From 9112cd3b62c6c580d04d8af0e3f272425043e4e0 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Sun, 22 Mar 2026 14:17:15 +0800 Subject: [PATCH] chore: Add .claude/ to gitignore Exclude Claude Code personal configuration directory containing: - settings.local.json (personal permissions and local paths) - skills/ (personal skills) These contain machine-specific paths and personal preferences that should not be shared across the team. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 811d7168..826bf6da 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ model_cache/ # agent .opencode/ +.claude/ # Vue widgets development cache (but keep build output) vue-widgets/node_modules/