.gitignore 499 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /.pnp
  5. .pnp.js
  6. # testing
  7. /coverage
  8. # production
  9. /build
  10. # misc
  11. .DS_Store
  12. .env.local
  13. .env.development.local
  14. .env.test.local
  15. .env.production.local
  16. npm-debug.log*
  17. yarn-debug.log*
  18. yarn-error.log*
  19. # ethereum contracts
  20. /contracts
  21. /src/ethers-contracts
  22. /src/ethers-relayer-contracts
  23. # tsproto output
  24. /src/proto
  25. # build
  26. /lib
  27. # solana idl
  28. /src/anchor-idl
  29. /src/solana/types
  30. # docs
  31. /docs