-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (41 loc) · 803 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (41 loc) · 803 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
node_modules/
dist/
packages/desktop/out/
.env
.env.example
*.lockb
.DS_Store
.claude/
.codingcode/
docs-hidden/
typecheck-output.txt
neoneo-v2
cb_test.json
err_test.json
lose_match.json
ndk2.json
.gitignore
ndk3.json
replay_full.json
test/tank-v2.test.ts
.gitignore
# TypeScript build cache
*.tsbuildinfo
# electron-vite config cache
packages/desktop/electron.vite.config.*.mjs
# Vite cache
.vite/
# Test output artifacts from shell redirection
test-output*.txt
client-tests.txt
desktop-test.txt
h-test.txt
test-fallback.txt
# Compiled JS artifacts leaked into src directories
packages/infra/src/*.js
packages/infra/src/*.d.ts
# TypeScript dist-test build artifacts
dist-test/
# Desktop sub-package residual workspace files
packages/desktop/pnpm-lock.yaml
packages/desktop/pnpm-workspace.yaml