54 lines
555 B
Plaintext
54 lines
555 B
Plaintext
archive/
|
|
|
|
# Dépendances
|
|
node_modules/
|
|
|
|
# Builds / artefacts
|
|
dist/
|
|
build/
|
|
coverage/
|
|
.cache/
|
|
.tmp/
|
|
.parcel-cache/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Environnements
|
|
.env
|
|
|
|
# Éditeurs / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Tests
|
|
tests/logs/
|
|
tests/reports/
|
|
|
|
# Sauvegardes locales
|
|
*.backup
|
|
*.conf
|
|
*.toml
|
|
*.yml
|
|
*.yaml
|
|
*.json
|
|
*.csv
|
|
*.txt
|
|
*.log
|
|
*.log.*
|
|
*.log.*.*
|
|
*.log.*.*.*
|
|
*.log.*.*.*.*
|
|
*.log.*.*.*.*.*
|
|
*.log.*.*.*.*.*.*
|
|
*.log.*.*.*.*.*.*.*
|
|
*.log.*.*.*.*.*.*.*.*
|
|
|
|
certs/
|
|
*.log
|
|
# Ignore real configuration files, but keep example configs
|