mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 03:16:46 -07:00
- Launcher stats subcommand with cleanup mode - Stats frontend build integrated into Makefile - CI workflow updated for stats package - Config example updated with stats section - mpv plugin menu entry for stats toggle
56 lines
1.0 KiB
Plaintext
56 lines
1.0 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Electron build output
|
|
out/
|
|
dist/
|
|
release/
|
|
build/yomitan/
|
|
|
|
# Launcher build artifact (produced by make build-launcher)
|
|
/subminer
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
**/CLAUDE.md
|
|
environment.toml
|
|
**/CLAUDE.md
|
|
.env
|
|
.vscode/*
|
|
|
|
# VitePress
|
|
.vitepress/cache/
|
|
.vitepress/dist/
|
|
docs/.vitepress/cache/
|
|
docs/.vitepress/dist/
|
|
tests/*
|
|
.worktrees/
|
|
.tmp/
|
|
.codex/*
|
|
.agents/*
|
|
!.agents/skills/
|
|
.agents/skills/*
|
|
!.agents/skills/subminer-change-verification/
|
|
!.agents/skills/subminer-scrum-master/
|
|
.agents/skills/subminer-change-verification/*
|
|
!.agents/skills/subminer-change-verification/SKILL.md
|
|
!.agents/skills/subminer-change-verification/scripts/
|
|
.agents/skills/subminer-change-verification/scripts/*
|
|
!.agents/skills/subminer-change-verification/scripts/classify_subminer_diff.sh
|
|
!.agents/skills/subminer-change-verification/scripts/verify_subminer_change.sh
|
|
.agents/skills/subminer-scrum-master/*
|
|
!.agents/skills/subminer-scrum-master/SKILL.md
|
|
favicon.png
|
|
.claude/*
|
|
!stats/public/favicon.png
|