.eslintignore 230 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. # files
  13. *.env
  14. *.log
  15. .DS_Store
  16. .pnp.*
  17. bun.lockb
  18. coverage.json
  19. package-lock.json
  20. pnpm-lock.yaml
  21. yarn.lock