mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
Ignore local-only working files
Keep machine-local state (.claude/, .worktrees/, local omnigraph.yaml, CLAUDE.md, and schema design notes) from showing up as untracked in git status. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7310f69928
commit
0469b6883e
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -16,3 +16,12 @@ __pycache__/
|
|||
*.pyc
|
||||
demo/*.omni/
|
||||
.omnigraph-rustfs-demo/
|
||||
|
||||
# Local-only working files (not for the public repo)
|
||||
.claude/
|
||||
.worktrees/
|
||||
/CLAUDE.md
|
||||
/omnigraph.yaml
|
||||
/schema-improvements.md
|
||||
/schema-issues.md
|
||||
/schema-prior-art.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue