initial commit
This commit is contained in:
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
# Fichiers sensibles - NE JAMAIS COMMITER
|
||||
.env
|
||||
*.key
|
||||
*.pem
|
||||
*.ppk
|
||||
*_rsa
|
||||
*_ed25519
|
||||
passphrase.txt
|
||||
borg-key-*.txt
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Backups et dumps temporaires
|
||||
*.sql
|
||||
*.dump
|
||||
backup-*.tar.gz
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*~
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Cache Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Fichiers de test
|
||||
test-backup/
|
||||
.test/
|
||||
Reference in New Issue
Block a user