1
0

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:
Márcio Eric 2026-01-14 19:55:57 -03:00
parent 3e28d115e1
commit 74b7569dd1

3
.gitignore vendored
View File

@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
*.zip