From 6b52b9065b2a2074d0bacaa5064f52be2370e1eb Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 3 May 2026 15:02:34 -0500 Subject: [PATCH] Add LICENSE.md to export-ignore patterns --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 4c263ec..8efd825 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,3 +39,5 @@ changelog.html export-ignore docs/ export-ignore .claude/ export-ignore skills-lock.json export-ignore +LICENSE.md export-ignore +**/LICENSE.md export-ignore