.gitignore 232 B

12345678910111213141516171819202122
  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. pnpm-lock.yaml
  21. yarn.lock