-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (47 loc) · 1022 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (47 loc) · 1022 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
57
58
59
# dependencies
node_modules/
bun.lockb
package-lock.json
yarn.lock
# build output
dist/
src-tauri/target/
# tutto src-tauri/resources è auto-generato da scripts/bundle-resources.mjs
# (dist, server.bundled.mjs, claude-bin, ecc.) — mai committato
src-tauri/resources/
# bun binaries: scaricati al volo da CI per ogni platform; mai committati
src-tauri/binaries/
# user data / settings (mai committati)
.data/
workspace/
# editor / OS
.DS_Store
*.swp
.idea/
.vscode/
# Claude Code config (mai)
.claude/
.specstory/
# logs
*.log
*.log.*
# backups locali
*.bak
*-backup-*
*.app.bak
SubLodeX.app.bak/
# env
.env
.env.local
.env.*.local
# misc
*.tsbuildinfo
# raw screen recordings: i derivati (gif/mp4) sono committati, il mov no
docs/img/raw-*.mov
# bundle artifacts pronti per release: vanno caricati come Release artifacts,
# non committati (sono pesanti).
dist-bundles/
# bundle artifacts: file pesanti distribuiti via GitHub Releases
releases/
# project marker auto-generato, contiene path locali
CLAUDE.md