mirror of
https://github.com/cberane/obsidian-material-symbols.git
synced 2026-07-22 07:20:26 +00:00
- Updated Material Symbols to latest version with complete icon set - Added `update-font.mjs` script for automated future font updates - Added `deploy.mjs` script with proper error handling - Fixed potential null pointer in font update logic - Bumped version and restored repository URL
26 lines
341 B
Text
26 lines
341 B
Text
# vscode
|
|
.vscode
|
|
|
|
# Intellij
|
|
*.iml
|
|
.idea
|
|
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|
|
|
|
# Exclude macOS Finder (System Explorer) View States
|
|
.DS_Store
|
|
/package-lock.json
|
|
|
|
# Deploy directory
|
|
deploy/
|