-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 834 Bytes
/
.gitignore
File metadata and controls
48 lines (38 loc) · 834 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
42
43
44
45
46
47
48
# Local device data
kobo_usb_root/
firmware/
# Kobopatch WASM build artifacts
kobopatch-wasm/kobopatch
kobopatch-wasm/go/
kobopatch-wasm/kobopatch-src/
kobopatch-wasm/kobopatch.wasm
kobopatch-wasm/wasm_exec.js
# Generated files in src (written by build scripts, regenerated on demand)
web/src/js/wasm_exec.js
web/src/nickelmenu/NickelMenu.zip
web/src/koreader/
web/src/readerly/
# Build output
web/dist/
web/test-results/
# Node
web/node_modules/
electron/node_modules
# Electron build artifacts
electron/dist/
electron/release/
# Cached test assets (firmware, KOReader zips)
tests/cached_assets/
# E2E tests
test-results/
tests/node_modules/
tests/test-results/
tests/playwright-report/
tests/screenshots/
tests/test_firmware.zip
# NickelMenu build artifacts
nickelmenu/kobo-config/
# Proposals
proposals/
# Claude
.claude