cberane_obsidian-material-s.../.gitignore
Cristoph Berane 75c6e4ea55
feat: update Material Symbols font and add automation scripts
- 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
2026-02-26 20:55:54 +01:00

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/