taskgenius_taskgenius-plugin/.gitignore
Quorafind a175bf43b5 feat(uri): add enhanced deep-link support with path-based routing
- Add comprehensive URI deep-link documentation for settings navigation
- Implement path-based URI routing (obsidian://task-genius/settings) alongside legacy format
- Support direct action handlers for settings, create-task, and open-view paths
- Document all supported tab IDs and action parameters for MCP integration
- Add docs-site to .gitignore for separate repository management

The new URI format provides cleaner, more intuitive deep links for accessing
plugin features directly from documentation or external applications.
2025-08-24 10:24:12 +08:00

48 lines
498 B
Text

# vscode
.vscode
# Intellij
*.iml
.idea
# Zip
*.zip
*.rar
# 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
styles.css
package-lock.json
# env
.env
# translations
translation-templates
._data.json
CLAUDE.md
.kiro
.claude
dist
dist/*
# Documentation site (separate repository)
docs-site