mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 02:18:39 +01:00
15 lines
359 B
Plaintext
15 lines
359 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/contrib/search_promotions/templates/wagtailsearchpromotions/includes/searchpromotions_formset.js
|