mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
- Add @super-productivity/plugin-api package with TypeScript definitions - Define core plugin interfaces, types, and manifest structure - Add plugin hooks system for event-driven architecture - Create plugin API type definitions and constants - Add documentation and development guidelines
18 lines
No EOL
165 B
Text
18 lines
No EOL
165 B
Text
# Dependencies
|
|
node_modules/
|
|
*/node_modules/
|
|
|
|
# Build output
|
|
*/dist/
|
|
minimal-plugin.zip
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/ |