chore: gitignore Claude Code, GSD, and planning directories
Remove .claude/, .bg-shell/, .gsd/, .planning/, and CLAUDE.md from git tracking. These are local tooling configs that should not be in the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5936ab167e
commit
e462c7c452
2 changed files with 7 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
||||||
[]
|
|
||||||
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -30,10 +30,14 @@ renders/
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# ─── GSD ──────────────────────────────────────────────────
|
# ─── Claude Code ──────────────────────────────────────────
|
||||||
.gsd/browser-state/
|
.claude/
|
||||||
.gsd/browser-baselines/
|
CLAUDE.md
|
||||||
|
|
||||||
|
# ─── GSD / GSD v2 ────────────────────────────────────────
|
||||||
|
.gsd/
|
||||||
.bg-shell/
|
.bg-shell/
|
||||||
|
.planning/
|
||||||
|
|
||||||
# ─── SSL certs ────────────────────────────────────────────
|
# ─── SSL certs ────────────────────────────────────────────
|
||||||
services/nginx/certs/*.pem
|
services/nginx/certs/*.pem
|
||||||
|
|
@ -42,8 +46,6 @@ services/nginx/certs/*.key
|
||||||
# ─── Alembic ──────────────────────────────────────────────
|
# ─── Alembic ──────────────────────────────────────────────
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
# ── GSD baseline (auto-generated) ──
|
|
||||||
.gsd
|
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
.env.*
|
.env.*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue