ignore env files for security by default

This commit is contained in:
C.J. May 2025-01-08 11:43:54 -06:00 committed by GitHub
parent 48f2948266
commit 60b7506278
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -2,6 +2,9 @@
# Project specific
backup.log
# Environment files (potential secrets)
*.env
# IDEs
.vscode
.idea