Skip to content

Commit d26a873

Browse files
committed
chore(gitignore): update patterns for mod repos and android builds
1 parent 9910f8d commit d26a873

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ reports/
5353
# Ignore .cargo/ in mod examples (local dev config for cross-compilation)
5454
projects/**/code/**/.cargo/
5555

56-
# Mod worktrees (managed by souprune_example_mods repo)
57-
projects/example_mod/
58-
projects/example_battle_mod/
59-
projects/example_am_mod/
6056

6157
# Mod repo worktree manager
6258
.mod-repo/
@@ -65,3 +61,7 @@ android/.gradle/
6561
android/app/build/
6662
android/app/src/main/jniLibs/
6763
android/build/
64+
65+
# Project mods (each is its own repo/branch, only config.toml tracked)
66+
projects/*/
67+
!projects/config.toml

0 commit comments

Comments
 (0)