From 0b694d859a12b4de2a7d0723fce563f2aad24634 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Aug 2024 17:56:34 +0200 Subject: [PATCH] ci: Fix reuse and exclude file from packaging Signed-off-by: Joas Schilling --- Makefile | 1 + REUSE.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c3da838b9..c51ee1f4be 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,7 @@ appstore: --exclude=.eslintignore \ --exclude=.eslintrc.js \ --exclude=.git \ + --exclude=.git-blame-ignore-revs \ --exclude=.gitattributes \ --exclude=.github \ --exclude=.gitignore \ diff --git a/REUSE.toml b/REUSE.toml index 7b2a57f19e..e29e889a2d 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -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"