1
0
Files
kobopatch-webui/.gitignore
Nico Verbruggen eceb44be95 Reset manual mode state when pressing "Connect"
Ideally, I think I just want to change how these flows pass state in
the first place. Seems like it should be possible to come up with a flow
that cannot have these kind of issues due to how it's architected.
2026-03-26 13:39:14 +01:00

49 lines
834 B
Plaintext

# 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