-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 928 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (45 loc) · 928 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
47
48
49
50
51
52
53
54
55
56
# Dependencies
node_modules/
.pnpm-store/
# Build artifacts
dist/
build/
out/
*.tsbuildinfo
# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-error.log
# Env / secrets
.env
.env.local
.env.*.local
*.pem
.deepcode/credentials.json
# Test outputs
coverage/
.nyc_output/
# Electron build outputs (pre-Tauri pivot — kept for historical artifacts)
apps/desktop/release/
apps/desktop/dist-electron/
# Tauri build outputs (Rust target dir is large)
apps/desktop/src-tauri/target/
apps/desktop/src-tauri/gen/
# Note: Cargo.lock IS committed (best practice for applications)
# Release artifacts — too large for git; CI uploads to GitHub Releases instead
release-artifacts/*.dmg
release-artifacts/*.tgz
# Reference fork (claude-code upstream, read-only)
reference/
# OS
Thumbs.db
# Local sessions / cache (when running deepcode in repo)
.deepcode/sessions/
.deepcode/projects/