4NK_node/.gitignore
Your Name e40746a917
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
chore(template-sync): aligner avec 4NK_template (.cursor/.gitea/.gitea_template/scripts/ignores)
2025-08-27 11:37:04 +02:00

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