.prettierignore 269 B

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