From c1ea50037dd2c499b2804ca85055f5b46e01143d Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Fri, 25 Jun 2021 15:42:34 +0200 Subject: [PATCH] nothing Signed-off-by: Julien Veyssier --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 4a78a6d..59ee9b7 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ build_dir=/tmp/build sign_dir=/tmp/sign cert_dir=$(HOME)/.nextcloud/certificates webserveruser ?= www-data -occ_dir ?= /var/www/html/n18 +occ_dir ?= /var/www/html/n19 all: appstore @@ -23,6 +23,7 @@ appstore: clean --exclude=build \ --exclude=README.md \ --exclude=.gitignore \ + --exclude=.idea \ --exclude=.travis.yml \ --exclude=.scrutinizer.yml \ --exclude=CONTRIBUTING.md \