.gitignore 214 B

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