.gitignore 267 B

123456789101112131415161718192021
  1. bin/
  2. node_modules/
  3. dist/
  4. .idea/
  5. target/
  6. *~
  7. *.swp
  8. *.swo
  9. .anchor
  10. test-ledger
  11. examples/*/Cargo.lock
  12. examples/**/Cargo.lock
  13. tests/*/Cargo.lock
  14. tests/**/Cargo.lock
  15. .DS_Store
  16. docs/yarn.lock
  17. ts/docs/
  18. cli/npm-package/anchor
  19. cli/npm-package/*.tgz
  20. docker-target
  21. .rollup.cache/