24 lines
367 B
Plaintext
24 lines
367 B
Plaintext
# PROTECTION COMPLÈTE - Empêcher l'accès Docker à storage/
|
|
**/__pycache__/
|
|
**/storage/
|
|
**/dist/
|
|
**/node_modules/
|
|
**/package-lock.json*
|
|
**/yarn.lock*
|
|
|
|
# Variables d'environnement (protection renforcée)
|
|
**/.env*
|
|
**/.toml*
|
|
**/.conf*
|
|
**/.yaml*
|
|
**/.yml*
|
|
**/.ini*
|
|
**/.json*
|
|
**/.crt*
|
|
**/.key*
|
|
**/.pem*
|
|
|
|
# Clés utilisateur et données sensibles
|
|
**/_keys/
|
|
**/keys.json*
|