Remove the Icon? gitignore rule that matched the icons/ folder on macOS so extension PNGs are tracked. Co-authored-by: Cursor <cursoragent@cursor.com>
38 lines
414 B
Plaintext
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
|