.gitignore 217 B

123456789101112131415161718192021
  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. deployments
  13. # files
  14. *.env
  15. *.log
  16. .DS_Store
  17. .pnp.*
  18. coverage.json
  19. package-lock.json
  20. yarn.lock