
Some checks failed
4NK Template Sync / check-and-sync (push) Has been cancelled
CI - 4NK_node / Integration Tests (push) Failing after 12s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Documentation Tests (push) Failing after 6s
CI - 4NK_node / Security Audit (push) Successful in 4s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Code Quality (push) Failing after 29s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped
37 lines
375 B
Plaintext
37 lines
375 B
Plaintext
# 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
|
|
.env.*
|
|
|
|
# Éditeurs / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Tests
|
|
tests/logs/
|
|
tests/reports/
|
|
certs/
|
|
log/
|
|
|
|
# Ignore real configuration files, but keep example configs
|
|
*.log
|
|
*.conf
|
|
*.toml
|
|
*.backup |