mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
- Add hidden modules configuration UI for views, sidebar components, and features - Refactor WorkspaceSelector to prevent unnecessary re-renders using updateActiveWorkspaceView - Add module visibility API methods to WorkspaceManager (isViewHidden, isFeatureHidden, etc.) - Improve workspace state synchronization with new syncFilterState method and FilterSyncHandlers - Add DEBUG_MODE toggle to FluentTaskView for better debugging control - Update gitignore to exclude .codex directory Breaking changes: None
48 lines
504 B
Text
48 lines
504 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
|
|
.codex
|
|
|
|
dist
|
|
dist/*
|
|
|
|
# Documentation site (separate repository)
|
|
docs-site
|