Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-10-20 16:54:10 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-10-20 16:54:10 +0300
commit1c466ffe394b93f0cce8c8804e7f4e26e268560d (patch)
tree49000970b3d1863cfed819ac95ebb80885c92018
parent84f087328633d1076eb520fb6ca44a5268a01ae0 (diff)
Exclude stylelintignore from buildv0.13.5
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a197bb75..be4422e1 100644
--- a/Makefile
+++ b/Makefile
@@ -135,6 +135,7 @@ appstore: clean build-svg-sprite build-js-production
--exclude=/.gitlab-ci.yml \
--exclude=/.prettierrc.js \
--exclude=/.scrutinizer.yml \
+ --exclude=/.stylelintignore \
--exclude=/.stylelintrc \
--exclude=/.travis.yml \
--exclude=/.tx \