Browse Source

chore: Gitignore session-local .claude/ and dev/ wholesale

Nothing under either dir has ever been tracked (git ls-files confirms), but
the itemized .claude/ ignores kept drifting behind new session artefacts and
untracked entries trip push-gate's clean-tree check. Blanket-ignore both;
the older per-file entries are now redundant but harmless.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0xDarkMatter 1 tháng trước cách đây
mục cha
commit
c8beee2fa4
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -47,3 +47,7 @@ tests/*/output/
 skills/svg-brand-tint-ops/assets/gallery/
 .claude/fleet/
 .fleet-worktrees/
+
+# Session-local state and scratch (nothing under these is ever tracked)
+.claude/
+/dev/