From 79e7ee94cc75d27e7ec82d0e563a30e3703483d9 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Mon, 4 May 2026 20:11:52 -0500 Subject: [PATCH] Remove remaining dev files from git and add comprehensive export-ignore - Remove .claude/skills/hindsight-docs from tracking - Remove skills/hindsight-docs (hindsight symlink) from tracking - Add to .gitignore + export-ignore: skills/, scratch/, workflow/, Tests/, Tools/, .claude/skills/ - Add skills/, scratch/, workflow/, Tests/, Tools/, .claude/skills/ to export-ignore --- .claude/skills/hindsight-docs | 1 - .gitattributes | 6 ++++++ .gitignore | 6 ++++++ skills/hindsight-docs | 1 - 4 files changed, 12 insertions(+), 2 deletions(-) delete mode 120000 .claude/skills/hindsight-docs delete mode 120000 skills/hindsight-docs diff --git a/.claude/skills/hindsight-docs b/.claude/skills/hindsight-docs deleted file mode 120000 index 364a8a6..0000000 --- a/.claude/skills/hindsight-docs +++ /dev/null @@ -1 +0,0 @@ -/mnt/c/Users/kance/Documents/GitHub/Questie-X/.agents/skills/hindsight-docs \ No newline at end of file diff --git a/.gitattributes b/.gitattributes index 6143437..69cd299 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,3 +42,9 @@ skills-lock.json export-ignore LICENSE.md export-ignore **/LICENSE.md export-ignore Questie-X-Turtle.toc export-ignore +skills/ export-ignore +scratch/ export-ignore +workflow/ export-ignore +Tests/ export-ignore +Tools/ export-ignore +.claude/skills/ export-ignore diff --git a/.gitignore b/.gitignore index 5ce8589..67780be 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,9 @@ __pycache__/ Questie-X-Turtle.toc skills-lock.json .luarc.json +skills/ +scratch/ +workflow/ +Tests/ +Tools/ +.claude/skills/ diff --git a/skills/hindsight-docs b/skills/hindsight-docs deleted file mode 120000 index 364a8a6..0000000 --- a/skills/hindsight-docs +++ /dev/null @@ -1 +0,0 @@ -/mnt/c/Users/kance/Documents/GitHub/Questie-X/.agents/skills/hindsight-docs \ No newline at end of file