taskgenius_taskgenius-plugin/.gitignore
Quorafind 09ed881196 feat(workspace): add module visibility control with performance improvements
- 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
2025-10-16 23:46:06 +08:00

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