
Some checks failed
CI - 4NK Node / Integration Tests (push) Failing after 9s
CI - 4NK Node / Docker Build & Test (push) Failing after 8s
CI - 4NK Node / Documentation Tests (push) Failing after 3s
CI - 4NK Node / Release Guard (push) Has been skipped
CI - 4NK Node / Performance Tests (push) Failing after 29s
CI - 4NK Node / Code Quality (push) Failing after 32s
CI - 4NK Node / Unit Tests (push) Failing after 30s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Notify (push) Failing after 1s
40 lines
396 B
Plaintext
40 lines
396 B
Plaintext
# Dépendances
|
|
node_modules/
|
|
|
|
# Builds / artefacts
|
|
/dist/
|
|
/build/
|
|
/coverage/
|
|
/.cache/
|
|
/.turbo/
|
|
/.parcel-cache/
|
|
/tmp/
|
|
|
|
# Sorties synchronisées depuis ihm_client
|
|
/assets/ihm/
|
|
/web/ihm/
|
|
|
|
# Journaux
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
*.log
|
|
|
|
# Environnements
|
|
.env
|
|
.env.*.local
|
|
|
|
# Éditeurs / OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Jest
|
|
.jest-cache/
|
|
.jest/
|
|
|
|
!.cursor/
|
|
|
|
!AGENTS.md
|