mirror of
https://github.com/tiennm99/miti99bot-js.git
synced 2026-08-20 06:39:58 +00:00
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:
@@ -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
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".wrangler",
|
||||
".claude",
|
||||
"dist",
|
||||
"coverage",
|
||||
"src/modules/loldle/champions.json",
|
||||
|
||||
Reference in New Issue
Block a user