mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
fix(release): Exclude .editorconfig from release package
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
922691d21e
commit
34c6dbf819
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -76,6 +76,7 @@ appstore:
|
|||
--exclude=docs \
|
||||
--exclude=.drone.jsonnet \
|
||||
--exclude=.drone.yml \
|
||||
--exclude=.editorconfig \
|
||||
--exclude=.eslintignore \
|
||||
--exclude=.eslintrc.js \
|
||||
--exclude=.git \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue