.gitignore 582 B

123456789101112131415161718192021222324252627282930313233343536
  1. *.log
  2. build
  3. **/node_modules
  4. /aptos/.aptos/**
  5. .idea
  6. .dccache
  7. .arcconfig
  8. *.iml
  9. bin
  10. target
  11. /mutagen.sh
  12. venv
  13. .env
  14. .env.hex
  15. .env.0x
  16. devnet-consts.json
  17. !/scripts/devnet-consts.json
  18. **/cert.pem
  19. **/payer-mainnet.json
  20. **/payer-testnet.json
  21. **/payer-devnet.json
  22. /solana/artifacts/
  23. /terra/artifacts/
  24. !/terra/artifacts/cw20_base.wasm
  25. /cosmwasm/artifacts/
  26. !/cosmwasm/artifacts/cw20_base.wasm
  27. /solana/artifacts-testnet/
  28. /solana/artifacts-devnet/
  29. /solana/artifacts-mainnet/
  30. /ethereum/out/
  31. /ethereum/cache/
  32. sui.log.*
  33. sui/examples/wrapped_coin
  34. *.prof
  35. # Only used for internal testing
  36. *.testnet.yaml