Add .gitignore for sensitive files

This commit is contained in:
Debian
2026-03-15 03:38:59 +00:00
parent b8d5b01b3a
commit a2623a5683

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Secrets - NE JAMAIS COMMITTER
.env
*.env
secrets/
*.key
*.pem
tokens.txt
# Tokens et clés
*token*
*authkey*
*password*
# Configs locales
config.local.*
*.local