chore: Add .gitignore to prevent secret leakage

This commit is contained in:
godadom
2026-07-21 07:38:41 +00:00
parent 71b6f9e56d
commit add233f425

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Environment & secrets
.env
.env.*
.env.d/
*.env
!*.env.example