Skip to content

Commit

Permalink
Add update=none to submodules (rust-lang/cargo#4247 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo committed Apr 16, 2024
1 parent 1737e1b commit 5d803d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

target
artifacts
.idea
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[submodule "deps/mintcash"]
path = deps/mintcash
url = https://github.com/mint-cash/mintcash.git
update = none
[submodule "deps/cosmos-sdk"]
path = deps/cosmos-sdk
url = https://github.com/cosmos/cosmos-sdk.git
update = none
[submodule "deps/cometbft"]
path = deps/cometbft
url = https://github.com/cometbft/cometbft.git
update = none
[submodule "deps/wasmd"]
path = deps/wasmd
url = https://github.com/notional-labs/wasmd.git
update = none

0 comments on commit 5d803d6

Please sign in to comment.