diff --git a/.gitignore b/.gitignore index 3023adf..ed6a795 100644 --- a/.gitignore +++ b/.gitignore @@ -1,43 +1,82 @@ -# Secrets et fichiers sensibles -.env -.env.* -!.env.example -!.env.exemple -*.key -*.pem -secrets/ -.cargo/ -Cargo.lock -*/.cargo/ -*/Cargo.lock -# Logs -logs/ -*.log +# 4NK Environment - Git Ignore +# ============================ -# Node.js -node_modules/ -npm-debug.log* -yarn-debug.log* -yarn-error.log* +# Dossiers de sauvegarde des scripts +**/backup/ +**/*backup* -# Build -dist/ -build/ -pkg/ +**/.cargo/ -# WASM -*.wasm -# IDE -.vscode/ -.idea/ -*.swp -*.swo + +# Fichiers temporaires +**/*.tmp* +**/*.temp* +**/*.log* +**/*.pid* + +# Fichiers de configuration locale +**/*.env* +**/*.conf* +**/*.yaml* +**/*.yml* +**/*.ini* +**/*.json* +**/*.toml* +**/*.lock* + +# Données et logs +**/*.logs* +**/*.data +*.db +*.sqlite + +# Certificats et clés +**/*.key +**/*.pem +**/*.crt +**/*.p12 +**/*.pfx +ssl/ +certs/ + +# Docker +**/*.docker* + +# Cache et build +**/*.node_modules/ +**/*.dist/ +**/*build/ +**/*target/ +**/*.*.o +**/*.so +**/*.dylib + +# IDE et éditeurs +**/*.vscode/ +**/*.idea/ +**/*.swp +**/*.swo +**/*~ # OS -.DS_Store -Thumbs.db +**/*.DS_Store +**/*Thumbs.db +**/*tmp* -# Temporary files -tmp/ -*.tmp.cursor-server +# Git +**/*.git/ +**/*.orig* + +# Backup des projets existants +**/*backup* + + +**/*wallet* +**/*keys* + +# Supervisor +supervisor-logs/ + +**/*node_modules* +**/*cursor* \ No newline at end of file