chore: sync from 4NK_env superproject 2025-10-01T16:24:13Z
This commit is contained in:
parent
089bf06502
commit
899b4a3594
111
.gitignore
vendored
111
.gitignore
vendored
@ -1,43 +1,82 @@
|
|||||||
# Secrets et fichiers sensibles
|
# 4NK Environment - Git Ignore
|
||||||
.env
|
# ============================
|
||||||
.env.*
|
|
||||||
!.env.example
|
|
||||||
!.env.exemple
|
|
||||||
*.key
|
|
||||||
*.pem
|
|
||||||
secrets/
|
|
||||||
.cargo/
|
|
||||||
Cargo.lock
|
|
||||||
*/.cargo/
|
|
||||||
*/Cargo.lock
|
|
||||||
# Logs
|
|
||||||
logs/
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Node.js
|
# Dossiers de sauvegarde des scripts
|
||||||
node_modules/
|
**/backup/
|
||||||
npm-debug.log*
|
**/*backup*
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Build
|
**/.cargo/
|
||||||
dist/
|
|
||||||
build/
|
|
||||||
pkg/
|
|
||||||
|
|
||||||
# WASM
|
|
||||||
*.wasm
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
# Fichiers temporaires
|
||||||
.idea/
|
**/*.tmp*
|
||||||
*.swp
|
**/*.temp*
|
||||||
*.swo
|
**/*.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
|
# OS
|
||||||
.DS_Store
|
**/*.DS_Store
|
||||||
Thumbs.db
|
**/*Thumbs.db
|
||||||
|
**/*tmp*
|
||||||
|
|
||||||
# Temporary files
|
# Git
|
||||||
tmp/
|
**/*.git/
|
||||||
*.tmp.cursor-server
|
**/*.orig*
|
||||||
|
|
||||||
|
# Backup des projets existants
|
||||||
|
**/*backup*
|
||||||
|
|
||||||
|
|
||||||
|
**/*wallet*
|
||||||
|
**/*keys*
|
||||||
|
|
||||||
|
# Supervisor
|
||||||
|
supervisor-logs/
|
||||||
|
|
||||||
|
**/*node_modules*
|
||||||
|
**/*cursor*
|
Loading…
x
Reference in New Issue
Block a user