mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
cad419ea9e
- remove specific file in .prettierignore and add inline comments to allow for linting / formatting for the searchpromotions_formset - Split from #9522
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
# Irrelevant files ignored for performance reasons.
|
||
node_modules
|
||
*.min.js
|
||
**/lib/
|
||
public/
|
||
coverage/
|
||
**/vendor/
|
||
static
|
||
_build
|
||
# File types which Prettier supports but we don’t want auto-formatting.
|
||
*.md
|
||
# Files which contain incompatible syntax.
|
||
*.html
|
||
.mypy_cache
|