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

107 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