-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (55 loc) · 856 Bytes
/
.gitignore
File metadata and controls
59 lines (55 loc) · 856 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
# Product / Mesher build artifacts
/target
# Product app outputs
mesher/mesher
mesher/output
mesher/frontend-exp/node_modules/
mesher/frontend-exp/.next/
mesher/frontend-exp/out/
mesher/landing/node_modules/
mesher/landing/.next/
mesher/landing/test-results/
mesher/landing/tmp-banners/
mesher/landing/tsconfig.tsbuildinfo
# Root-local scratch
/.tmp/
.tmp_*/
mesher/.tmp/
# Local env and runtime state
.env
.env.*
!.env.example
/.gsd/STATE.md
/.gsd/activity/
/.gsd/runtime/
/.gsd/journal/
/.gsd/gsd.db
/.gsd/gsd.db-shm
/.gsd/gsd.db-wal
/.gsd/doctor-history.jsonl
/.gsd/event-log.jsonl
/.gsd/state-manifest.json
/.gsd/metrics.json
/.gsd/completed-units.json
/.gsd/reports/
# Generic noise
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.code-workspace
node_modules/
dist/
build/
__pycache__/
*.pyc
.venv/
venv/
vendor/
*.log
coverage/
.cache/
tmp/