Files
James GuanandCursor 0a9e6aa8bc Fix icons missing from repo
Remove the Icon? gitignore rule that matched the icons/ folder on macOS so extension PNGs are tracked.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-15 21:48:58 -04:00

38 lines
414 B
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Do not use "Icon?" — it matches the icons/ folder name
# Editor / IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs & debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependencies (if added later)
node_modules/
# Env / secrets
.env
.env.*
!.env.example
# Chrome extension packaging
*.crx
*.pem
*.zip
web-ext-artifacts/
# OS / misc
Thumbs.db
Desktop.ini