| 1 | node_modules |
| 2 | # Build output is generated by `pnpm build` / `wails build`; keep only the |
| 3 | # placeholder so the Go `//go:embed all:frontend/dist` stays compilable on a |
| 4 | # fresh checkout before the first build. |
| 5 | dist/* |
| 6 | !dist/.gitkeep |
| 7 | |
| 8 | # Wails-generated bindings (we hand-write a typed bridge instead; regenerate with |
| 9 | # `wails generate module` if you prefer the generated ones). |
| 10 | wailsjs |
| 11 | |
| 12 | *.local |
| 13 | |
| 14 | # Wails dev install-checksum cache |
| 15 | package.json.md5 |
| 16 | |
| 17 | # This project uses pnpm (see wails.json `frontend:install`); reject the npm lockfile. |
| 18 | package-lock.json |
| 19 |