Add .env and *.zip to .gitignore
Include .env files to prevent sensitive data from being committed. Also ignore .zip files to avoid tracking large or temporary archives.
This commit is contained in:
parent
3e28d115e1
commit
74b7569dd1
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,3 +21,6 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
.env
|
||||
*.zip
|
||||
Loading…
Reference in New Issue
Block a user