diff --git a/.gitignore b/.gitignore index 72fc50d..ce177bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -public/libs \ No newline at end of file +public/libs +config/* \ No newline at end of file diff --git a/config/db.js b/config/db.js deleted file mode 100644 index 921d49b..0000000 --- a/config/db.js +++ /dev/null @@ -1,4 +0,0 @@ -// config/db.js -module.exports = { - url: 'mongodb://localhost/' -} \ No newline at end of file -- libgit2 0.21.2