.prettierignore 238 B

123456789101112131415161718192021222324
  1. **/*.svg
  2. package.json
  3. lib/
  4. es/
  5. dist/
  6. _site/
  7. coverage/
  8. CNAME
  9. LICENSE
  10. yarn.lock
  11. netlify.toml
  12. yarn-error.log
  13. *.sh
  14. *.snap
  15. .gitignore
  16. .npmignore
  17. .prettierignore
  18. .DS_Store
  19. .editorconfig
  20. .eslintignore
  21. **/*.yml
  22. .gitattributes
  23. .stylelintrc
  24. .vcmrc