Skip to content

Commit acc5668

Browse files
grasbergclaude
andcommitted
chore: update .gitignore to exclude personal workspace and generated onboard content
- Restore cmd/sofia/internal/onboard/workspace/ and antigravity-kit/ to ignored (generated by go:generate) - Add CLAUDE.md and .claude/ exclusions - Add patterns to exclude session and AI-generated work docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1904458 commit acc5668

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.gitignore

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Binaries / build artifacts
22
bin/
33
build/
4-
cmd/sofia/internal/onboard/workspace/
5-
cmd/sofia/internal/onboard/antigravity-kit/
64
*.exe
75
*.dll
86
*.so
@@ -25,6 +23,10 @@ workspace/plans.json
2523
workspace/heartbeat.log
2624
workspace/.DS_Store
2725

26+
# Onboard embedded workspace — generated by go:generate, not tracked
27+
cmd/sofia/internal/onboard/workspace/
28+
cmd/sofia/internal/onboard/antigravity-kit/
29+
2830
# Secrets
2931
.env
3032
.env.local
@@ -53,3 +55,14 @@ ralph/
5355
.ralph/
5456
tasks/
5557
claude.md
58+
CLAUDE.md
59+
.claude/
60+
61+
# Session / AI-generated work docs
62+
BUG_FIXES*.md
63+
WORKFLOW_*.md
64+
OLLAMA_*.md
65+
REFACTOR*.md
66+
REFACTORING*.md
67+
docs/OLLAMA_*/
68+
docs/REFACTOR*/

0 commit comments

Comments
 (0)