From d8aa39eb3ceea95bc7ec8a1039696d3c5108d3d8 Mon Sep 17 00:00:00 2001 From: vibe_erp Date: Tue, 7 Apr 2026 15:32:27 +0800 Subject: [PATCH] chore: gitignore .claude/ workspace --- .gitignore | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index aa0c94d..c1fa631 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ dist/ # Python (none in this repo, but reference docs include PDFs we don't want to lose) # raw/ is intentionally tracked + +# Claude Code per-project workspace +.claude/ -- libgit2 0.22.2