返回 DeepSeek-Reasonix
.gitignore
根目录 / desktop / frontend / .gitignore
1 node_modules
2 # Build output is generated by `pnpm build`; keep only the placeholder so the
3 # Go `//go:embed all:frontend/dist` stays compilable on a fresh checkout before
4 # the first build.
5 dist/*
6 !dist/.gitkeep
7
8 *.local
9
10 # This project uses pnpm; reject the npm lockfile.
11 package-lock.json
12
13 # Playwright browsers for the real-DOM bench (kept inside the repo; see bench/).
14 .pw-browsers
15 bench/results.json
16 bench/app-memory-results.json
17 bench/app-memory-artifacts/
18
18 lines Plain Text