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

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-11 20:38:10 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-11 20:38:10 +0300
commit87e62ee87fa649faae42198facbf8dd3dd1d2a6e (patch)
treeb9e43071ea1052645d75ec4a170de42eb347ed9a
parent8dff8ce6a2a431565862fd48e0e1d8f9d0002db0 (diff)
Exclude vendorv1.13.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac2034a..7f95d68 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ appstore: clean
--exclude=/translationfiles \
--exclude=/.tx \
--exclude=/tests \
+ --exclude=/vendor \
--exclude=/.git \
--exclude=/.github \
--exclude=/l10n/l10n.pl \