adding .env to gitignore
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -8,7 +8,6 @@
|
||||
|
||||
# Node
|
||||
/node_modules
|
||||
/backend/node_modules
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
@@ -41,3 +40,7 @@ testem.log
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Backend
|
||||
/backend/node_modules
|
||||
/bakend/.env
|
||||
Reference in New Issue
Block a user