chore(gitignore): 🔧 add missing .cache/ pattern to ignore build artifacts

Patterns added: .cache/
This commit is contained in:
autocommit 2026-06-03 05:44:01 -07:00
parent 2093c985b4
commit 9c54b604b2

3
.gitignore vendored
View file

@ -81,3 +81,6 @@ src/game/engine/addons/magic_civ_physics/*.framework/
# Claude Code harness runtime state (regenerated on each session)
scheduled_tasks.lock
# Auto-added by auto-commit-service
.cache/