mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
11ccf30f00
- Install Prettier - Add Prettier configuration - Add git-blame-ignore-revs - Clean up .editorconfig indent_style definition - Clean up .editorconfig space definitions - Add documentation for Prettier - Add missing Prettier run-scripts - Disable Prettier formatting in CI for now
16 lines
426 B
Plaintext
16 lines
426 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
|
||
wagtail/admin/templates/wagtailadmin/edit_handlers/inline_panel.js
|
||
wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/includes/searchpromotions_formset.js
|