From be1dcefb16c612e988836724e430ceab3b3b7b2e Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Mon, 29 Jun 2026 13:56:16 +0200 Subject: [PATCH] chore(gitflow): ignore gstack submodule dirty content via .gitmodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move submodule.skills-external/gstack.ignore=dirty from per-clone .git/config into committed .gitmodules so all clones inherit it. Preserves the BLK-008 Playwright 1.61 bump (bun.lock+package.json stay dirty by design) — only the IGNORE moves, not the content. .gitmodules ignore verified honored standalone (git 2.53). --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 9c0e9d1..e6db678 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,4 @@ url = https://github.com/garrytan/gstack.git branch = main shallow = true + ignore = dirty