.prettierignore 284 B

123456789101112131415
  1. # Irrelevant files ignored for performance reasons.
  2. node_modules
  3. *.min.js
  4. **/lib/
  5. public/
  6. coverage/
  7. **/vendor/
  8. static
  9. _build
  10. # File types which Prettier supports but we don’t want auto-formatting.
  11. *.md
  12. # Files which contain incompatible syntax.
  13. *.html
  14. .mypy_cache
  15. /storybook-static