mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
Wagtail packaging fixes (#8030)
This commit is contained in:
parent
bf8d5b3f94
commit
f0bb578f68
@ -1,8 +1,10 @@
|
||||
include LICENSE *.rst *.txt *.md
|
||||
graft wagtail
|
||||
prune wagtail/wagtailadmin/static_src
|
||||
global-exclude __pycache__
|
||||
prune **/__pycache__
|
||||
prune **/static_src
|
||||
global-exclude *.py[co]
|
||||
global-exclude *.stories.js
|
||||
global-exclude *.stories.tsx
|
||||
recursive-exclude wagtail/ *.md
|
||||
global-exclude .gitignore
|
||||
global-exclude wagtail-icomoon.json
|
||||
|
Loading…
Reference in New Issue
Block a user