Skip to content

chore: ignore generated junk + bump BlitzForge/vscode submodules#464

Merged
CoreyRDean merged 1 commit into
developfrom
chore/git-hygiene-and-submodule-bumps
Jun 7, 2026
Merged

chore: ignore generated junk + bump BlitzForge/vscode submodules#464
CoreyRDean merged 1 commit into
developfrom
chore/git-hygiene-and-submodule-bumps

Conversation

@CoreyRDean

Copy link
Copy Markdown
Collaborator

Why

Cleanup of accumulated local git state. Two parts:

1. .gitignore — stop tracking generated/ephemeral junk

These were repeatedly dirtying git status:

  • *.stackdump — Cygwin/MSYS crash dumps
  • *.bak — editor/runtime backup snapshots
  • bin/Loom.exe — local Loom build (parallels the already-ignored Client/Server/GUE.exe)
  • bin/*.png — dated debug/test screenshots dropped directly in bin/ (top-level only — the 971 tracked bin/reshade-shaders/Textures/*.png are unaffected since * doesn't cross /)
  • data/Loom/ — Loom runtime cache (atlas/chrome layout written on launch)

The corresponding junk files were deleted from the working tree locally.

2. Submodule bumps

  • compiler/BlitzForge#84: add AGENTS.md orientation doc + ignore the agent-isolation .worktrees/ dir.
  • extras/vscode-blitz-forge#3: add tests/lintTest.bb linter fixture.

Both submodule PRs are already merged to their respective develop; this bumps the pointers to the merged commits.

Test

No engine source touched — .gitignore + submodule pointers only. Build is unaffected.

🤖 Generated with Claude Code

Working-tree hygiene surfaced while cleaning up local git state.

.gitignore: stop tracking generated/ephemeral artifacts that were
cluttering `git status` — Cygwin/MSYS *.stackdump crash dumps, editor
*.bak snapshots, the local bin/Loom.exe build (parallels the already-
ignored Client/Server/GUE exes), dated debug screenshots dropped in
bin/*.png (top-level only; bin/reshade-shaders/Textures/*.png stay
tracked), and Loom's data/Loom/ runtime cache.

Submodule bumps:
- compiler/BlitzForge -> #84: add AGENTS.md orientation doc + ignore
  the agent-isolation .worktrees/ dir.
- extras/vscode-blitz-forge -> #3: add tests/lintTest.bb linter fixture.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@CoreyRDean CoreyRDean requested a review from a team as a code owner June 7, 2026 17:02
@CoreyRDean CoreyRDean merged commit d2eab62 into develop Jun 7, 2026
1 check passed
@CoreyRDean CoreyRDean deleted the chore/git-hygiene-and-submodule-bumps branch June 7, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant