mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-10 04:19:25 -07:00
- Resolve J/Shift+J subtitle-cycle OSD text via track-list labels and property expansion - Add mpv proxy OSD runtime + regression coverage across IPC/main/runtime paths - Scope `make pretty` to maintained source files and add scoped Prettier script - Align release workflow with cache/install order and explicit TypeScript check - Clean up duplicate submodule entry and remove checked-in docs/plans artifacts
41 lines
444 B
Plaintext
41 lines
444 B
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/
|
|
.codex/*
|
|
.agents/*
|
|
docs/*
|