veza/.gitignore
senke 8e03d524cf chore: add .cursor/ to .gitignore
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 22:20:44 +01:00

91 lines
1.2 KiB
Text

# ============================================================
# Veza/Talas — Global .gitignore
# Stack: Go, Rust, TypeScript/React, Docker, Scripts
# ============================================================
### Node / JS
node_modules/
dist/
build/
.next/
pnpm-lock.yaml
npm-debug.log*
yarn-debug.log*
yarn-error.log*
### Rust
target/
Cargo.lock
*.rs.bk
### Go
*.exe
*.exe~
*.dll
*.so
*.dylib
### Python (scripts/tools)
__pycache__/
*.pyc
### Logs / Dumps
*.log
logs/
*.pid
*.seed
*.gz
### Editors / IDE
.vscode/
.idea/
.cursor/
*.swp
*.swo
### System trash
.DS_Store
Thumbs.db
### Temp / Cache
tmp/
temp/
.cache/
coverage/
coverage-final.json
### Test artifacts
*.test
*.coverage
### Build / Bundles
*.wasm
*.bundle.js
*.map
### Environment / Secrets (NE JAMAIS COMMIT)
.env
.secrets/
### Docker
docker-data/
*.tar
veza-backend-api/main
veza-backend-api/api
veza-backend-api/migrate_tool
chat_exports/
# Environment / Secrets — config templates only, never commit real .env
config/incus/env/*.env
!config/incus/env/env.example
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
*storybook.log
storybook-static