claude/.gitmodules
Bastien Chanot be1dcefb16 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).
2026-06-29 13:56:16 +02:00

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