From d0bea4a7590d6c05bfed3296c68d436683169af4 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Tue, 28 Nov 2017 11:40:39 +0100 Subject: [PATCH] update makefile --- makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 1556d1f..c7bc696 100644 --- a/makefile +++ b/makefile @@ -33,11 +33,18 @@ appstore: clean --exclude=.gitignore \ --exclude=.travis.yml \ --exclude=.scrutinizer.yml \ - --exclude=CONTRIBUTING.md \ + --exclude=CONTRIBUTING.md \ --exclude=composer.json \ --exclude=composer.lock \ --exclude=composer.phar \ + --exclude=crowdin.yml \ + --exclude=tools \ --exclude=l10n/.tx \ + --exclude=l10n/l10n.pl \ + --exclude=l10n/templates \ + --exclude=l10n/*.sh \ + --exclude=l10n/[a-z][a-z] \ + --exclude=l10n/[a-z][a-z]_[A-Z][A-Z] \ --exclude=l10n/no-php \ --exclude=makefile \ --exclude=screenshots \