diff --git a/.gitignore b/.gitignore index 8b22a61..50aec03 100644 --- a/.gitignore +++ b/.gitignore @@ -23,12 +23,6 @@ share/python-wheels/ *.egg MANIFEST -# Virtual environments -venv/ -venv_api/ -env/ -ENV/ - # Node.js node_modules/ npm-debug.log* @@ -52,38 +46,28 @@ dist/ .DS_Store Thumbs.db -# Logs -*.log -logs/ - -# Environment variables -.env -.env.local -.env.development.local -.env.test.local -.env.production.local -**/.env - -# SSL certificates -*.crt -*.key -*.pem - # Vault keys and sensitive data - PROTECTION COMPLÈTE # Empêcher l'accès à TOUT le répertoire storage -storage/ -storage/* +# storage/ +# storage/* +**/*.env* +**/*.conf* +**/*.toml* +**/*.ini* +**/*.json* +**/*.yaml* +**/*.yml* +**/*.crt* +**/*.key* +**/*.pem* +**/*logs/* +**/*log/* +**/*.log* # Clés utilisateur (double protection) -storage/*/_keys/ -storage/*/keys.json **/_keys/ **/keys.json -# Variables d'environnement (protection renforcée) -storage/*/.env -storage/*/.env.* - # Temporary files /tmp/ *.tmp @@ -95,15 +79,12 @@ coverage/ # Jest .jest/ +confs/ # Build artifacts build/ out/ .env.master -confs sdk-client/.env -storage/dev/nginx -confs/bitcoin/bitcoin.conf sdk-client/dist sdk-client/node_modules -storage/dev/nginx/route_status_redirect.conf \ No newline at end of file diff --git a/storage/.gitkeep b/storage/.gitkeep index 06eadfb..778f04f 100644 --- a/storage/.gitkeep +++ b/storage/.gitkeep @@ -1 +1,2 @@ # Ce fichier garantit que le répertoire storage/ est présent dans Git +./ \ No newline at end of file