Compare commits

...

2 Commits

Author SHA1 Message Date
Bastien Chanot
d3d72fd3ca Merge hotfix/gstack-ignore-gitmodules into main 2026-06-29 13:57:12 +02:00
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

1
.gitmodules vendored
View File

@ -3,3 +3,4 @@
url = https://github.com/garrytan/gstack.git url = https://github.com/garrytan/gstack.git
branch = main branch = main
shallow = true shallow = true
ignore = dirty