mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
ci: Fix reuse and exclude file from packaging
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
10dc3c7b71
commit
0b694d859a
2 changed files with 2 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -81,6 +81,7 @@ appstore:
|
|||
--exclude=.eslintignore \
|
||||
--exclude=.eslintrc.js \
|
||||
--exclude=.git \
|
||||
--exclude=.git-blame-ignore-revs \
|
||||
--exclude=.gitattributes \
|
||||
--exclude=.github \
|
||||
--exclude=.gitignore \
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ SPDX-FileCopyrightText = "2016 Nextcloud GmbH and Nextcloud contributors"
|
|||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = ["package.json", "package-lock.json", "**/package.json", "**/package-lock.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "tsconfig.json", "redocly.yaml"]
|
||||
path = ["package.json", "package-lock.json", ".git-blame-ignore-revs", "**/package.json", "**/package-lock.json", "composer.json", "composer.lock", "**/composer.json", "**/composer.lock", ".gitignore", ".l10nignore", "psalm.xml", "tests/psalm-baseline.xml", "vendor-bin/**/composer.json", "vendor-bin/**/composer.lock", ".tx/config", "**/phpunit.xml", "tsconfig.json", "redocly.yaml"]
|
||||
precedence = "aggregate"
|
||||
SPDX-FileCopyrightText = "none"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue