-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (32 loc) · 973 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (32 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
node_modules/
dist/
dist-main/
*.tmp
.env
# Electron build output
out/
release/
# OS files
Thumbs.db
.DS_Store
# IDE
.vscode/
.idea/
# Claude Code session metadata (per-machine; never tracked)
.claude/
# Session continuity doc — contains personal info (name, email, locale, workflow);
# never publish to the public repo. Lives only on the local machine.
HANDOFF.md
# Windows shortcut files (personal launchers, not part of build)
*.lnk
# Temp extraction dirs
cbz-sorter-viewer/
# Icon source PNGs (kept locally as source-of-truth for build/icon.ico
# regeneration; the .ico itself IS tracked). Excluded because the PNGs
# can be large (~1.5 MB for the current source) and the .ico is the
# only thing electron-builder actually consumes.
build/*.png
# Personal CBZ test folders sitting in project root — DO NOT commit personal collection content.
# Add new entries here whenever you drop a CBZ folder into the project root for testing.
/\[Pony-R\]*/
/\[Yue\]*/