We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9910f8d commit d26a873Copy full SHA for d26a873
.gitignore
@@ -53,10 +53,6 @@ reports/
53
# Ignore .cargo/ in mod examples (local dev config for cross-compilation)
54
projects/**/code/**/.cargo/
55
56
-# Mod worktrees (managed by souprune_example_mods repo)
57
-projects/example_mod/
58
-projects/example_battle_mod/
59
-projects/example_am_mod/
60
61
# Mod repo worktree manager
62
.mod-repo/
@@ -65,3 +61,7 @@ android/.gradle/
65
android/app/build/
66
android/app/src/main/jniLibs/
67
63
android/build/
64
+
+# Project mods (each is its own repo/branch, only config.toml tracked)
+projects/*/
+!projects/config.toml
0 commit comments