mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
8762e7519e
Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
348 B
Plaintext
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
|