From 1a4fa544912f757ed936ff78333fa89f639ea8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 6 Oct 2024 02:06:23 +0800 Subject: [PATCH] fix(gitattributes): Drop REUSE DEP5 file path attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No longer used as we use REUSE.toml file now. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- real.gitattributes | 6 ------ 1 file changed, 6 deletions(-) diff --git a/real.gitattributes b/real.gitattributes index 4c3dc26..cafb855 100644 --- a/real.gitattributes +++ b/real.gitattributes @@ -16,9 +16,3 @@ # Keep editorconfig for ease of editing of product files /.editorconfig -export-ignore - -# Keep REUSE DEP5 declaration file in the release archive for legal -# conformance -/.reuse/ -export-ignore -/.reuse/* export-ignore -/.reuse/dep5 -export-ignore