4NK_node/.gitignore
Debian bb61be04a4
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 50s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 12s
CI - 4NK_node / Security Tests (push) Failing after 27s
CI - 4NK_node / Docker Build & Test (push) Failing after 9s
CI - 4NK_node / Documentation Tests (push) Failing after 4s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped
clean
2025-09-04 08:13:43 +00:00

41 lines
380 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
# Sauvegardes locales
*.backup
certs/
log/