Fix manifest config

This commit is contained in:
Raphael Michel
2020-09-14 19:00:29 +02:00
parent c4e00e7601
commit 59df5fe052
2 changed files with 28 additions and 0 deletions
+27
View File
@@ -71,3 +71,30 @@ phrases =
Stripe Connect
chunkers = enchant.tokenize.HTMLChunker
filters = PythonFormatFilter,enchant.tokenize.URLFilter,HTMLFilter
[check-manifest]
ignore =
.update-locales
Makefile
manage.py
pretix/icons/*
requirements.txt
requirements/*
tests/*
tests/api/*
tests/base/*
tests/control/*
tests/testdummy/*
tests/templates/*
tests/presale/*
tests/doc/*
tests/helpers/*
tests/media/*
tests/multidomain/*
tests/plugins/*
tests/plugins/badges/*
tests/plugins/banktransfer/*
tests/plugins/paypal/*
tests/plugins/pretixdroid/*
tests/plugins/stripe/*
tests/plugins/ticketoutputpdf/*