Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gitignore file #3

Merged
merged 6 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .gitignore
morde08 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.deps
.DS_Store
.env
.idea/
.vscode/
.secrets
.actrc
coverage
coverage.json
coverage.out
coverage.html
node_modules
release/
typechain
vue/
vue/dist
vue/node_modules
vue/node_modules
yarn-error.log
contrib/meta.pem
contrib/meta.pem.pub
# GitHub Actions
dispatch_payload.json
.github/workflows/local-testing.yml
zetachain-exporter
1 change: 1 addition & 0 deletions examples/testnet4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ docker run -d \
-e ADMIN_RPC_PASSWORD=admin \
-e WALLET_NAME=default \
-e WALLET_ADDRESS=tb1qfm8a8pxer0kmfa4xlk34e44xpr8g46ae0v04dw \
-p 48332:48332 \
bitcoin-core-docker /opt/wallet.sh
Loading