From 22d9d41fe59de2a4b6589e3301a633d25ff7b4f9 Mon Sep 17 00:00:00 2001 From: Corey Ryan Dean Date: Sun, 7 Jun 2026 12:02:06 -0500 Subject: [PATCH] chore: ignore generated junk + bump BlitzForge/vscode submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .gitignore | 16 ++++++++++++++++ compiler/BlitzForge | 2 +- extras/vscode-blitz-forge | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 937658a6..3cb92227 100644 --- a/.gitignore +++ b/.gitignore @@ -120,3 +120,19 @@ compiler/BlitzPlus/ .claude/settings.local.json scripts/msbuild_blitzrcplus.bat + +# Cygwin/MSYS crash dumps +*.stackdump + +# Editor/runtime backup snapshots +*.bak + +# Loom local build (parallels the ignored Client/Server/GUE exes above) +bin/Loom.exe + +# Dated debug/test screenshots dropped directly in bin/ by the engine +# (top-level only; bin/reshade-shaders/Textures/*.png stay tracked) +bin/*.png + +# Loom runtime cache (atlas/chrome layout written on launch) +data/Loom/ diff --git a/compiler/BlitzForge b/compiler/BlitzForge index e261e810..73c01062 160000 --- a/compiler/BlitzForge +++ b/compiler/BlitzForge @@ -1 +1 @@ -Subproject commit e261e810d1496626fe2fd848fec3cef7a31d2f06 +Subproject commit 73c01062888458b7821fcbdeaab683d19d2e5b7c diff --git a/extras/vscode-blitz-forge b/extras/vscode-blitz-forge index 34ffb5d0..5129152b 160000 --- a/extras/vscode-blitz-forge +++ b/extras/vscode-blitz-forge @@ -1 +1 @@ -Subproject commit 34ffb5d00fc63dc143d4045b28c32dd69ae6f0a7 +Subproject commit 5129152b80c9dbdbbaa819f0879edd16cdf1c1b2