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).
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
[submodule "skills-external/gstack"]
|
|
path = skills-external/gstack
|
|
url = https://github.com/garrytan/gstack.git
|
|
branch = main
|
|
shallow = true
|
|
ignore = dirty
|