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

3
.gitignore vendored
View File

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