From 8487ab6fc4e6ff87e527e986363d7682cdc63a00 Mon Sep 17 00:00:00 2001 From: ray zhou Date: Thu, 21 May 2026 19:38:17 +0800 Subject: [PATCH] active --- .gitignore | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index feeea74..9ce15ac 100644 --- a/.gitignore +++ b/.gitignore @@ -36,24 +36,16 @@ !plans/** # ========================================================= -# Team shared MCP configs under projects -# Only keep mcps-related files, ignore runtime outputs +# Do NOT track Cursor projects runtime files # ========================================================= -!projects/ -projects/* -!projects/*/ -projects/*/* - -!projects/*/mcps/ -!projects/*/mcps/** +projects/ +projects/** # ========================================================= # Do NOT track Cursor plugin cache # ========================================================= plugins/ plugins/** -plugins/cache/ -plugins/cache/** # ========================================================= # Do NOT track built-in Cursor skills @@ -68,16 +60,4 @@ skills-cursor/** subagents/ subagents/** -projects/*/agent-transcripts/ -projects/*/agent-transcripts/** - -projects/*/terminals/ -projects/*/terminals/** - -projects/*/agent-notes/ -projects/*/agent-notes/** - -projects/*/agent-tools/ -projects/*/agent-tools/** - # <<< CURSOR MANAGED BLOCK <<<