Files
cursor/.gitignore
ray zhou 5d6d482efe active
2026-05-21 19:39:52 +08:00

64 lines
1.8 KiB
Plaintext

# >>> CURSOR MANAGED BLOCK >>>
# Ignore everything in .cursor by default
*
# Keep gitignore itself
!.gitignore
# =========================================================
# Team shared Cursor rules
# =========================================================
!rules/
!rules/**
# =========================================================
# Team shared Cursor agents
# =========================================================
!agents/
!agents/**
# =========================================================
# Team shared Cursor skills
# =========================================================
!skills/
!skills/**
# =========================================================
# Team shared slash commands
# =========================================================
!commands/
!commands/**
# =========================================================
# Team shared plans, optional
# =========================================================
plans/
plans/**
# =========================================================
# Do NOT track Cursor projects runtime files
# =========================================================
projects/
projects/**
# =========================================================
# Do NOT track Cursor plugin cache
# =========================================================
plugins/
plugins/**
# =========================================================
# Do NOT track built-in Cursor skills
# Usually auto-generated / synced by Cursor
# =========================================================
skills-cursor/
skills-cursor/**
# =========================================================
# Do NOT track runtime state / transcripts / terminal logs
# =========================================================
subagents/
subagents/**
# <<< CURSOR MANAGED BLOCK <<<