From 51cf29065af4e2d426b655ecc482c04717fcd95c Mon Sep 17 00:00:00 2001 From: Alpamys Date: Wed, 25 Mar 2026 12:16:35 +0500 Subject: [PATCH] chore: add ECC plugin dirs to .gitignore Keep Claude Code agent/command/hook/rule/skill configs local-only. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1905528..5e3725b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,13 @@ report.xml *.key # Internal plan (not for repo) -.claude/plan.md \ No newline at end of file +.claude/plan.md + +# ECC plugin (local only) +.claude/agents/ +.claude/commands/ +.claude/examples/ +.claude/hooks/ +.claude/mcp-configs/ +.claude/rules/ +.claude/skills/ \ No newline at end of file