diff --git a/.gitignore b/.gitignore index 1eae0cf..ed6a795 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,82 @@ -dist/ -node_modules/ +# 4NK Environment - Git Ignore +# ============================ + +# Dossiers de sauvegarde des scripts +**/backup/ +**/*backup* + +**/.cargo/ + + + +# 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 +**/*tmp* + +# Git +**/*.git/ +**/*.orig* + +# Backup des projets existants +**/*backup* + + +**/*wallet* +**/*keys* + +# Supervisor +supervisor-logs/ + +**/*node_modules* +**/*cursor* \ No newline at end of file