mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
chore(.gitignore): update gitignore to reflect removal of Highway and Vault components
This commit is contained in:
@@ -28,7 +28,7 @@ rm -rf github.com
|
||||
|
||||
# Copy files over for dep injection
|
||||
rm -rf api && mkdir api
|
||||
custom_modules=$(find . -name 'module' -type d -not -path "./proto/*" -not -path "./.cache/*" -not -path "./node_modules/*" -not -path "./packages/*")
|
||||
custom_modules=$(find . -name 'module' -type d -not -path "./proto/*" -not -path "./.cache/*")
|
||||
|
||||
# get the 1 up directory (so ./cosmos/mint/module becomes ./cosmos/mint)
|
||||
# remove the relative path starter from base namespaces. so ./cosmos/mint becomes cosmos/mint
|
||||
|
||||
Reference in New Issue
Block a user