diff --git a/.envrc b/.envrc deleted file mode 100644 index 34dc6b3..0000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -export MONGODB_URI='mongodb://root:root@localhost:27017' diff --git a/.gitignore b/.gitignore index 9628bf4..9e6417d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ _backup/* dist/ add.log .task/** +.envrc