This commit is contained in:
ray zhou
2026-05-21 19:38:17 +08:00
parent f1dc36e758
commit 8487ab6fc4

26
.gitignore vendored
View File

@@ -36,24 +36,16 @@
!plans/** !plans/**
# ========================================================= # =========================================================
# Team shared MCP configs under projects # Do NOT track Cursor projects runtime files
# Only keep mcps-related files, ignore runtime outputs
# ========================================================= # =========================================================
!projects/ projects/
projects/* projects/**
!projects/*/
projects/*/*
!projects/*/mcps/
!projects/*/mcps/**
# ========================================================= # =========================================================
# Do NOT track Cursor plugin cache # Do NOT track Cursor plugin cache
# ========================================================= # =========================================================
plugins/ plugins/
plugins/** plugins/**
plugins/cache/
plugins/cache/**
# ========================================================= # =========================================================
# Do NOT track built-in Cursor skills # Do NOT track built-in Cursor skills
@@ -68,16 +60,4 @@ skills-cursor/**
subagents/ subagents/
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 <<< # <<< CURSOR MANAGED BLOCK <<<