.gitignore 311 B

12345678910111213141516171819202122232425
  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. # misc
  7. .DS_Store
  8. *.pem
  9. # debug
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. .pnpm-debug.log*
  14. # turbo
  15. .turbo
  16. # `solana-test-validator`
  17. .solana/
  18. test-ledger/
  19. target/
  20. CHANGELOG.md