82 lines
732 B
Plaintext
82 lines
732 B
Plaintext
# Secrets et fichiers sensibles
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.exemple
|
|
env.master
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
secrets/
|
|
keys/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Données et volumes
|
|
data/
|
|
volumes/
|
|
bitcoin_data/
|
|
sdk_data/
|
|
grafana_data/
|
|
loki_data/
|
|
blindbit_data/
|
|
|
|
# Backups
|
|
backup/
|
|
*.backup
|
|
*.bak
|
|
|
|
# Docker
|
|
.dockerignore
|
|
docker-compose.override.yml
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.npm
|
|
.yarn-integrity
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
build/
|
|
dist/
|
|
|
|
# Rust
|
|
target/
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# SSL certificates
|
|
*.crt
|
|
*.csr
|
|
ssl/
|
|
|
|
# Configuration locale
|
|
local.conf
|
|
local.yml
|
|
local.json |