.gitignore 145 B

1234567891011121314
  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