
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 38s
CI - 4NK Node / Unit Tests (push) Failing after 36s
CI - 4NK Node / Integration Tests (push) Successful in 2m54s
CI - 4NK Node / Security Tests (push) Failing after 36s
CI - 4NK Node / Docker Build & Test (push) Failing after 16s
CI - 4NK Node / Documentation Tests (push) Successful in 11s
CI - 4NK Node / Performance Tests (push) Successful in 33s
CI - 4NK Node / Notify (push) Failing after 1s
36 lines
336 B
Plaintext
36 lines
336 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/
|
|
|
|
# Ne pas ignorer .cursor ni AGENTS.md
|
|
|
|
!.cursor/
|
|
|
|
!AGENTS.md
|