Skip to content
Draft
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
!.claude/skills/
!.claude/settings.json

# Code visualization tools
.codeviz/

# Uninitialized app scaffolds (no source code yet)
apps/apollo-chat/

# Planning (short-term, task-related documents)
plan/*
!plan/README.md
Expand All @@ -24,6 +30,7 @@ storybook-static/

# Compiled locale files (generated by lingui compile)
**/locales/*.ts
**/locales/*.js

# Playwright MCP
.playwright-mcp
Expand Down
Loading
Loading