Improve git status performance by not checking submodules
This commit is contained in:
parent
f138444eee
commit
2c47f04384
|
@ -1,9 +1,12 @@
|
|||
[submodule "4bytes"]
|
||||
path = 4bytes
|
||||
url = https://github.com/ethereum-lists/4bytes.git
|
||||
ignore = dirty
|
||||
[submodule "trustwallet"]
|
||||
path = trustwallet
|
||||
url = https://github.com/trustwallet/assets.git
|
||||
ignore = dirty
|
||||
[submodule "topic0"]
|
||||
path = topic0
|
||||
url = https://github.com/wmitsuda/topic0.git
|
||||
ignore = dirty
|
||||
|
|
Loading…
Reference in New Issue