rebreak-monorepo/.gitignore
chahinebrini 861b830330 chore(graphify): Graph-Memory nach Hook-Rebuild syncen + Backup-Dirs ignorieren
- graph.json (27 Traceability-Kanten verifiziert erhalten) + GRAPH_REPORT.md aktuell
- .gitignore: dated Hook-Backup-Ordner (graphify-out/YYYY-MM-DD/) ausgeschlossen
Commit mit GRAPHIFY_SKIP_HOOK=1 (kein Rebuild-Loop).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 13:34:32 +02:00

48 lines
975 B
Plaintext

node_modules
.output
.output-staging
.nitro
.nuxt
.pnpm-store
# RN / Expo
apps/rebreak-native/ios/Pods
apps/rebreak-native/ios/build
apps/rebreak-native/ios/DerivedData
apps/rebreak-native/android/build
apps/rebreak-native/android/app/build
apps/rebreak-native/android/.gradle
apps/rebreak-native/.expo
# Build artefacts
*.log
*.tsbuildinfo
backend/server/generated
# OS
.DS_Store
Thumbs.db
# Local env
.env
.env.local
*.local
# Claude Code agent state (lokale Definitionen, nicht versioniert)
.claude/
# xgit binary (generated)
xgit
# Server-only deploy state (NICHT committen — wird vom deploy.sh gepflegt)
.last-deployed-sha
.deploy-ga.lock
# graphify: Graph-Memory behalten (graph.json, GRAPH_REPORT.md, graph.html, manifest.json,
# cost.json, memory/, cache/) — nur interne Scratch-/Zwischen-Dotfiles ignorieren
graphify-out/.*
graphify-out/cache/
# graphify Hook-Backups (dated, 14 MB je) — nicht tracken
graphify-out/20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]/