.gitignore 205 B

1234567891011121314151617181920
  1. # directories
  2. .coverage_artifacts
  3. .coverage_cache
  4. .coverage_contracts
  5. artifacts
  6. build
  7. cache
  8. coverage
  9. dist
  10. node_modules
  11. types
  12. # files
  13. *.env
  14. *.log
  15. .DS_Store
  16. .pnp.*
  17. coverage.json
  18. package-lock.json
  19. yarn.lock