.gitignore 278 B

1234567891011121314151617181920212223242526272829
  1. build
  2. node_modules
  3. .idea
  4. .arcconfig
  5. *.iml
  6. bin
  7. target
  8. /mutagen.sh
  9. venv
  10. .env
  11. bigtable-admin.json
  12. bigtable-writer.json
  13. .vscode
  14. .dccache
  15. .aptos
  16. tsconfig.tsbuildinfo
  17. *~
  18. *mnemonic*
  19. */*.sui.log*
  20. __pycache__
  21. .DS_Store
  22. .vercel
  23. .direnv
  24. .next
  25. .turbo/
  26. .cursorrules
  27. .corepack
  28. justfile
  29. dist/