4NK_node/.cursorignore
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

109 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Fichiers et répertoires à ignorer pour lindexation Cursor
# Dépendances frontend / JS
node_modules/
**/node_modules/**
# Artefacts de build et caches courants
dist/
build/
out/
.next/
coverage/
.cache/
.turbo/
.parcel-cache/
.eslintcache
# Logs et temporaires
*.log
*.tmp
*.swp
*.swo
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# Environnements et secrets (ne pas indexer)
.env
.env.*
*.pem
*.key
*.crt
# Artefacts tests
tests/logs/
tests/reports/
tests/**/tmp/
# Répertoires développeur
.nvm/
.venv/
.idea/
.vscode/
# Système
.DS_Store
Thumbs.db
# Rust (si présent localement)
target/
# Docker (artefacts locaux éventuels)
docker-compose.override.yml
docker-compose.*.yml.local
*.docker.tar
docker-image-*.tar
docker-save-*.tar
.docker/
.docker-compose/
docker-data/
docker-volumes/
docker-logs/
# ihm_client spécifiques
ihm_client/.vercel/
ihm_client/.pnpm-store/
ihm_client/.yarn/**
# Archives et sauvegardes (ne pas indexer)
*.zip
*.tar
*.tar.gz
*.tgz
*.gz
*.bz2
*.xz
*.zst
*.7z
*.rar
*.iso
*.bak
*.backup
*.old
*.orig
# Répertoire darchives du projet
archive/
# Dumps SQL et exports de bases de données
*.sql
*.sql.gz
*.dump
*.dmp
*.sqlite
*.sqlite3
*.db
*.db3
*.bak.sql
sql_dumps/
db_dumps/
database_dumps/
backups/sql/
!.cursor/
!AGENTS.md
certs/
log/