From 4654cb21a076b3452cb683d86bb5b7fe2236fb7a Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 23 Jul 2025 21:29:18 +0800 Subject: [PATCH] fix: REUSE compliance --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 11c5e82..40ab69f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -3,7 +3,7 @@ SPDX-PackageName = "Pineapple Pictures" SPDX-PackageDownloadLocation = "https://github.com/BLumia/pineapple-pictures" [[annotations]] -path = [".gitignore", "appveyor.yml", ".github/**"] +path = [".gitattributes", ".git-blame-ignore-revs", ".gitignore", "appveyor.yml", ".github/**"] precedence = "aggregate" SPDX-FileCopyrightText = "None" SPDX-License-Identifier = "CC0-1.0"