Add .gitignore for sensitive files
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user