.gitignore 372 B

123456789101112131415161718192021222324252627
  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. */example/Cargo.lock
  14. tests/*/Cargo.lock
  15. tests/**/Cargo.lock
  16. tests/*/yarn.lock
  17. tests/**/yarn.lock
  18. .DS_Store
  19. docs/yarn.lock
  20. ts/docs/
  21. cli/npm-package/anchor
  22. cli/npm-package/*.tgz
  23. docker-target
  24. .rollup.cache/
  25. test-keypair.json
  26. tsconfig.tsbuildinfo
  27. .vscode