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 \