summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-07 07:33:56 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-07 07:33:56 -0100
commit115e25bd7a12007fe13252758916d09bf3f2329b (patch)
treee2022441f0b26ce1b7dbcb8c6bd6900077bfb118 /Makefile
parent4d85f334a2365c4bbbcd1eb8967433d2ebb8e240 (diff)
more excluding
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 008ee3e6..3b0127f1 100644
--- a/Makefile
+++ b/Makefile
@@ -99,8 +99,16 @@ appstore: dev-setup lint build-js-production composer
--exclude=/tests \
--exclude=/.git \
--exclude=/.github \
+ --exclude=/.babelrc.js \
+ --exclude=/.drone.yml \
+ --exclude=/.eslintrc.js \
--exclude=/composer.json \
--exclude=/composer.lock \
+ --exclude=/src \
+ --exclude=/node_modules \
+ --exclude=/webpack.*.js \
+ --exclude=/package.json \
+ --exclude=/package-lock.json \
--exclude=/l10n/l10n.pl \
--exclude=/CONTRIBUTING.md \
--exclude=/issue_template.md \