.gitignore 304 B

1234567891011121314151617181920212223
  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. tests/*/yarn.lock
  16. tests/**/yarn.lock
  17. .DS_Store
  18. docs/yarn.lock
  19. ts/docs/
  20. cli/npm-package/anchor
  21. cli/npm-package/*.tgz
  22. docker-target
  23. .rollup.cache/