-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (46 loc) · 876 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (46 loc) · 876 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
# Dependencies and local agent state
node_modules/
.agents/
.playwright-cli/
# User-owned inputs and ignored upstream/reference checkouts
.local/
.env
.env.*
baserom.*
*.rom
*.z64
*.n64
*.v64
sm64_save_file.bin
sm64config.txt
# Deterministic local prepare/build output
build/generated/
build/oracles/
build/package-inputs/
build/release/
build/reports/
build/native/
build/oracle/
build/perf/
dist/
coverage/
# Local public-asset preparation inputs; only catalog-bound resources ship
site/public/models/*/manifest.json
site/public/models/*/model.json
# Captures, traces, native builds, and benchmark evidence
bench/results/
debug/
captures/
traces/
output/
chrome-trace*.json
*.trace.json
# Platform/editor debris
.DS_Store
**/.DS_Store
**/__pycache__/
# Local source snapshot retained outside the product/source package
src.zip
# Local Netlify folder
.netlify
.astro/