chore(gitignore): 🔧 add missing .cache/ pattern to ignore build artifacts
Patterns added: .cache/
This commit is contained in:
parent
2093c985b4
commit
9c54b604b2
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -81,3 +81,6 @@ src/game/engine/addons/magic_civ_physics/*.framework/
|
||||||
|
|
||||||
# Claude Code harness runtime state (regenerated on each session)
|
# Claude Code harness runtime state (regenerated on each session)
|
||||||
scheduled_tasks.lock
|
scheduled_tasks.lock
|
||||||
|
|
||||||
|
# Auto-added by auto-commit-service
|
||||||
|
.cache/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue