mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 19:17:48 +01:00
6f1fde7cfc
Fixes duplication of block ids when duplicating stream field blocks
16 lines
371 B
Plaintext
16 lines
371 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
|
||
.mypy_cache
|