From 3320012cf2348d21b7d6185f5ba0b5a0794d764f Mon Sep 17 00:00:00 2001 From: Xurkon <36556990+Xurkon@users.noreply.github.com> Date: Sun, 3 May 2026 14:58:35 -0500 Subject: [PATCH] Add .claude/ and skills-lock.json to export-ignore --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5439349..4c263ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -37,3 +37,5 @@ README.md export-ignore CHANGELOG.md export-ignore changelog.html export-ignore docs/ export-ignore +.claude/ export-ignore +skills-lock.json export-ignore