Files
cursor__plugins/.gitignore
ericzakariasson 5e55a3a3f1 Initial commit: Cursor plugin specification and boilerplate
- Add plugin specification README with complete schema documentation
- Include boilerplate plugin demonstrating all components:
  - Rules (.mdc files with frontmatter)
  - Agents (specialized subagent definitions)
  - Skills (self-contained capabilities with SKILL.md)
  - Hooks (pre/post event automation)
  - MCP servers (external tool integrations)
  - Extensions directory structure

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-01-22 17:54:49 -08:00

36 lines
348 B
Plaintext

# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.idea/
.vscode/
# Environment files
.env
.env.local
.env.*.local
# Node modules (for plugins with JS/TS)
node_modules/
# Python (for plugins with Python)
__pycache__/
*.py[cod]
.venv/
venv/
# Local plugin settings
*.local.md
*.local.json
# Build outputs
dist/
build/
# Logs
*.log