
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 46s
CI - 4NK Node / Unit Tests (push) Failing after 29s
CI - 4NK Node / Integration Tests (push) Failing after 10s
CI - 4NK Node / Docker Build & Test (push) Failing after 8s
CI - 4NK Node / Documentation Tests (push) Failing after 4s
CI - 4NK Node / Security Tests (push) Failing after 27s
CI - 4NK Node / Release Guard (push) Has been skipped
CI - 4NK Node / Performance Tests (push) Failing after 27s
CI - 4NK Node / Notify (push) Failing after 1s
23 lines
318 B
Plaintext
23 lines
318 B
Plaintext
# Ignorer les contenus volumineux pour le contexte IA
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
coverage/
|
|
.cache/
|
|
.tmp/
|
|
.parcel-cache/
|
|
|
|
# Rapports et logs de tests
|
|
tests/logs/
|
|
tests/reports/
|
|
|
|
# Fichiers lourds
|
|
**/*.map
|
|
**/*.min.*
|
|
**/*.wasm
|
|
**/*.{png,jpg,jpeg,svg,ico,pdf}
|
|
|
|
# Ne pas ignorer .cursor ni AGENTS.md
|
|
!/.cursor
|
|
!/AGENTS.md
|