chore(repo): ignore .claude/ local agent state

The directory holds machine-local memory and session-scoped permission
overrides; never belongs in the tree.
This commit is contained in:
2026-05-07 15:06:58 +07:00
parent 86d15251b9
commit c1c0aae3da
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -76,6 +76,9 @@ web_modules/
!.dev.vars.example
.wrangler/
# Local Claude Code agent state (memory, session permissions). Never committed.
.claude/
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
+1
View File
@@ -31,6 +31,7 @@
"ignore": [
"node_modules",
".wrangler",
".claude",
"dist",
"coverage",
"src/modules/loldle/champions.json",