chore: ignore dirty state in bats submodules

Set 'ignore = dirty' for tests/bats and test_helper submodules to prevent accidental
staging of test-time modifications. These submodules should never be committed with
changes — they're only for running the test suite locally.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-06-27 19:40:56 +00:00
parent 5e3a1376be
commit 59c1f3cbdf

3
.gitmodules vendored
View File

@@ -1,12 +1,15 @@
[submodule "tests/bats"] [submodule "tests/bats"]
path = tests/bats path = tests/bats
url = https://github.com/bats-core/bats-core.git url = https://github.com/bats-core/bats-core.git
ignore = dirty
[submodule "tests/test_helper/bats-support"] [submodule "tests/test_helper/bats-support"]
path = tests/test_helper/bats-support path = tests/test_helper/bats-support
url = https://github.com/bats-core/bats-support.git url = https://github.com/bats-core/bats-support.git
ignore = dirty
[submodule "tests/test_helper/bats-assert"] [submodule "tests/test_helper/bats-assert"]
path = tests/test_helper/bats-assert path = tests/test_helper/bats-assert
url = https://github.com/bats-core/bats-assert.git url = https://github.com/bats-core/bats-assert.git
ignore = dirty
[submodule "docs/wiki"] [submodule "docs/wiki"]
path = docs/wiki path = docs/wiki
url = git@git.dev.rkdr.net:Defame1297/holocron.wiki.git url = git@git.dev.rkdr.net:Defame1297/holocron.wiki.git