Skip to content

Commit

Permalink
Add example resource as submodule
Browse files Browse the repository at this point in the history
Added submodule run/resources/example
  • Loading branch information
TheCodedOne committed Aug 27, 2021
1 parent 32fa369 commit b69d66f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ run/
# npm
/node_modules/
/package-lock.json

!run/resources/example
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "run/resources/example"]
path = run/resources/example
url = https://github.com/SandboxPowered/Example-Resource.git

0 comments on commit b69d66f

Please sign in to comment.