.gitignore 522 B

12345678910111213141516171819202122232425262728293031323334
  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-*
  28. /ethereum/out/
  29. /ethereum/cache/
  30. sui.log.*
  31. sui/examples/wrapped_coin
  32. *.prof
  33. # Only used for internal testing
  34. *.testnet.yaml