0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-21 18:09:02 +01:00
wagtail/.prettierignore
LB Johnston cad419ea9e Prettier linting - clean up ignored file (search promotions)
- remove specific file in .prettierignore and add inline comments to allow for linting / formatting for the searchpromotions_formset
- Split from #9522
2022-11-07 19:34:57 +10:00

15 lines
266 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Irrelevant files ignored for performance reasons.
node_modules
*.min.js
**/lib/
public/
coverage/
**/vendor/
static
_build
# File types which Prettier supports but we dont want auto-formatting.
*.md
# Files which contain incompatible syntax.
*.html
.mypy_cache