ignore 636 B

123456789101112131415161718192021222324252627282930313233343536
  1. ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
  2. # ignore
  3. #
  4. # Docs: https://prettier.io/docs/en/ignore.html#ignoring-files-prettierignore
  5. #
  6. # This should exclude all non-formattable extensions, so that Prettier can be
  7. # configured to run on every file, provided that the `--ignore-path` argument is
  8. # passed to the CLI.
  9. ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
  10. *
  11. !*/
  12. !.prettierrc
  13. !*.html
  14. !*.htm
  15. !*.css
  16. !*.scss
  17. !*.less
  18. !*.js
  19. !*.jsx
  20. !*.ts
  21. !*.tsx
  22. !*.json
  23. !*.yml
  24. !*.yaml
  25. !*.flow
  26. !*.vue
  27. !*.svelte
  28. !*.md
  29. !*.xml
  30. !*.svg
  31. !*.toml
  32. !*.nginx
  33. !*.conf
  34. !*.nginxconf
  35. !*.properties