Skip to content

Commit

Permalink
feat: ignore dirty submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Jan 10, 2025
1 parent a7769fe commit 35ef342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[submodule "dojo-starter"]
path = worlds/dojo-starter
url = https://github.com/dojoengine/dojo-starter
ignore = dirty
[submodule "onchain-dash"]
path = worlds/onchain-dash
url = https://github.com/MartianGreed/onchain-dash
ignore = dirty
[submodule "worlds/onchain-dash"]
path = worlds/onchain-dash
url = https://github.com/MartianGreed/onchain-dash
ignore = dirty
[submodule "worlds/dojo-starter"]
path = worlds/dojo-starter
url = https://github.com/dojoengine/dojo-starter
ignore = dirty

0 comments on commit 35ef342

Please sign in to comment.