summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-10 15:00:08 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-08-10 13:55:51 +0000
commit14fe8bc51319cca4582712c6abeeb10555032793 (patch)
tree9f85b7b0d15c4602ea43d89f6cd9378996193e7f
parentb6c1db53c7cd6ff36dcbd1f0ffb0ae50e8dbe975 (diff)
fix(release): Exclude .editorconfig from release package
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 b943ca50a..e163a86b6 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ appstore:
--exclude=docs \
--exclude=.drone.jsonnet \
--exclude=.drone.yml \
+ --exclude=.editorconfig \
--exclude=.eslintignore \
--exclude=.eslintrc.js \
--exclude=.git \