esengine--deepseek-reasonix
19 行
548 B
Plaintext
19 行
548 B
Plaintext
node_modules
|
|
# Build output is generated by `pnpm build` / `wails build`; keep only the
|
|
# placeholder so the Go `//go:embed all:frontend/dist` stays compilable on a
|
|
# fresh checkout before the first build.
|
|
dist/*
|
|
!dist/.gitkeep
|
|
|
|
# Wails-generated bindings (we hand-write a typed bridge instead; regenerate with
|
|
# `wails generate module` if you prefer the generated ones).
|
|
wailsjs
|
|
|
|
*.local
|
|
|
|
# Wails dev install-checksum cache
|
|
package.json.md5
|
|
|
|
# This project uses pnpm (see wails.json `frontend:install`); reject the npm lockfile.
|
|
package-lock.json
|