ignore env files for security by default
This commit is contained in:
parent
48f2948266
commit
60b7506278
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,9 @@
|
||||||
# Project specific
|
# Project specific
|
||||||
backup.log
|
backup.log
|
||||||
|
|
||||||
|
# Environment files (potential secrets)
|
||||||
|
*.env
|
||||||
|
|
||||||
# IDEs
|
# IDEs
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
||||||
|
|
Loading…
Add table
Reference in a new issue