4source_favorites-obsidian-.../.gitignore
4Source 8f706c9372
[FEAT] Add Commands (#11)
* Add commands for managing favorite lists

* Refactor favoritePlugins and favoriteThemes handling for improved clarity and performance

* Add community plugin/theme management commands and fetch functions

* Add note about using a separate key for favorite lists during development

* Fix plugin id

* Add backup and restore command for favorite lists

* Add detailed command descriptions for managing favorite lists in README
2026-03-02 21:04:43 +01:00

26 lines
325 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
backup
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Jest Testing
coverage