rebreak-monorepo/.gitignore
chahinebrini c82c94e457 chore(graphify): Graph als Memory syncen, Scratch-/Cache-Muell untracken
- 751 versehentlich getrackte Scratch-/Cache-Dateien (.chunk_*, .graphify_*, cache/ast/)
  aus Git entfernt; graphify-out/.* + graphify-out/cache/ in .gitignore
- Getrackt bleibt die echte Memory: graph.json (mit 27 Traceability-Kanten),
  GRAPH_REPORT.md, graph.html, manifest.json, memory/ (gespeicherte Query-Antworten)
- CLAUDE.md: graph-first Workflow geschaerft (Graph nennt Dateien -> gezielt 1-2 lesen
  statt grep) = der eigentliche Token-Spar-Mechanismus

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

45 lines
865 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/