Ignore .env file and built .netlify/ dir
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# Keys
|
||||
.env
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
@@ -21,3 +23,6 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
Reference in New Issue
Block a user