mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 19:04:43 +00:00
- Add package.json for plugin-dev workspace with build scripts - Create sophisticated build-all.js script for parallel plugin builds - Translate procrastination-buster plugin to English - Simplify plugin styling using CSS variables for theme integration - Add procrastination-buster as default bundled plugin - Add proper .gitignore files to exclude node_modules and build artifacts The plugin now uses CSS variables like: - --primary-color, --text-color, --background-color - --card-background, --border-radius, --card-shadow - Automatically adapts to light/dark theme
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/ |