Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit b34dce0

Browse files
committed
Added submodule run/resources/example
1 parent 32fa369 commit b34dce0

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,14 @@ bin/
3030

3131
# fabric
3232

33-
run/
33+
run/logs/
34+
run/.mixin.out
35+
run/saves
36+
run/.sandbox
37+
run/*.*
38+
run/world/
39+
run/resourcepacks
3440

3541
# npm
3642
/node_modules/
37-
/package-lock.json
43+
/package-lock.json

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "run/resources/example"]
2+
path = run/resources/example
3+
url = https://github.com/SandboxPowered/Example-Resource.git

run/resources/example

Submodule example added at ba314e2

0 commit comments

Comments
 (0)