.gitignore 199 B

1234567891011121314151617
  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. .DS_Store
  14. docs/yarn.lock
  15. ts/docs/
  16. cli/npm-package/anchor
  17. cli/npm-package/*.tgz