mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 05:02:57 +01:00
16 lines
419 B
Plaintext
16 lines
419 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/panels/inline_panel.js
|
||
wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/includes/searchpromotions_formset.js
|