.gitignore 236 B

123456789101112131415161718192021
  1. # folders
  2. .coverage_artifacts/
  3. .coverage_cache/
  4. .coverage_contracts/
  5. artifacts/
  6. build/
  7. cache/
  8. coverage/
  9. dist/
  10. lib/
  11. node_modules/
  12. typechain/
  13. # files
  14. *.env
  15. *.log
  16. *.tsbuildinfo
  17. coverage.json
  18. npm-debug.log*
  19. yarn-debug.log*
  20. yarn-error.log*