| 123456789101112131415161718192021222324252627282930313233343536 |
- ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
- # ignore
- #
- # Docs: https://prettier.io/docs/en/ignore.html#ignoring-files-prettierignore
- #
- # This should exclude all non-formattable extensions, so that Prettier can be
- # configured to run on every file, provided that the `--ignore-path` argument is
- # passed to the CLI.
- ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
- *
- !*/
- !.prettierrc
- !*.html
- !*.htm
- !*.css
- !*.scss
- !*.less
- !*.js
- !*.jsx
- !*.ts
- !*.tsx
- !*.json
- !*.yml
- !*.yaml
- !*.flow
- !*.vue
- !*.svelte
- !*.md
- !*.xml
- !*.svg
- !*.toml
- !*.nginx
- !*.conf
- !*.nginxconf
- !*.properties
|