39 lines
390 B
Plaintext
39 lines
390 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
|
|
|
|
certs/
|
|
*.log
|
|
# Ignore real configuration files, but keep example configs
|
|
*.conf
|