chore(gitflow): ignore gstack submodule dirty content via .gitmodules
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).
This commit is contained in:
parent
eab4d2db3e
commit
be1dcefb16
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -3,3 +3,4 @@
|
||||
url = https://github.com/garrytan/gstack.git
|
||||
branch = main
|
||||
shallow = true
|
||||
ignore = dirty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user