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
|
||||
backup.log
|
||||
|
||||
# Environment files (potential secrets)
|
||||
*.env
|
||||
|
||||
# IDEs
|
||||
.vscode
|
||||
.idea
|
||||
|
|
Loading…
Add table
Reference in a new issue