.gitignore 365 B

12345678910111213141516171819202122232425
  1. .idea*
  2. .idea
  3. .anchor
  4. *.DS_Store
  5. target
  6. **/*.rs.bk
  7. node_modules
  8. clients/sdk/node_modules
  9. clients/bolt-sdk/yarn-error.log
  10. .yarn
  11. **/test-ledger
  12. # Examples
  13. tests/examples/.anchor
  14. tests/examples/target
  15. tests/examples/node_modules
  16. tests/examples/.yarn
  17. cli/npm-package/lib
  18. cli/npm-package/.npmrc
  19. cli/npm-package/.yarnrc
  20. cli/npm-package/package-lock.json
  21. .npmrc
  22. .yarnrc