-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (75 loc) · 1.63 KB
/
Copy path.gitignore
File metadata and controls
81 lines (75 loc) · 1.63 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Build artifacts
build/
/build-*/
*.exe
*.obj
*.pdb
*.ilk
*.exp
*.dll
*.spv
__pycache__/
*.pyc
# Editor / runtime config + scratch
imgui.ini
hsr_shot.png
_*.png
_*.txt
_*.log
_*.astc
*.jpg
# Large inputs / dumps / vendored deps — not part of the tool source
Envs To check/
VRShells/
Apk Resources/
AI Junk 2/
To Compare/
Tested & Not working/
V79 Nuxtd/
/Lib/
apk_compare/
bindump/
hsr_apk_tool/
QuestHomeEditor/build/
/Scripts/
astcenc_bin/
_astcenc_bin/
_astcenc_src/
dobby_src/
_ripped_shaders/
ripped_libshell_shaders/
_lmshader/
v203_spv/
v203_shaders/
.claude/
_audio_tmp/
# PhysX built from source by scripts/build_physx.sh (Linux/macOS). Regenerable and ~150MB per
# platform, so only the Windows .lib set stays committed. Source checkout + build tree too.
QuestHomeEditor/third_party/physx/lib/linux-*/
QuestHomeEditor/third_party/physx/lib/macos-*/
QuestHomeEditor/third_party/physx/_src/
QuestHomeEditor/third_party/physx/_build/
# Auto-downloaded signing toolchain (build-tools / JRE) — fetched beside the exe at runtime, never committed
android-build-tools/
jre/
# Session: cooker scratch / cooked output / signing key / large vendored libs
cooker/_*
cooker/out/
cooker/ow/
cooker/realfloor/
cooker/debug.keystore
# Regenerable shader caches (deleted+rebuilt whenever shadergen changes)
cooker/*.surface.bin
cooker/*_shader.bin
cooker/*_mat.bin
cooker/*_mesh.bin
cooker/*_tex.bin
cooker/*_phys.bin
cooker/*.bak
cooker/haven_manifest.bin
cooker/unlitblendskinned.bin
cooker/unlitdoublesidedskinned.bin
cooker/unlitskinneddistancefade.bin
cooker/unlitspritesheetflipbookadditive.surface.bin
cooker/ref_skinned_mesh.bin
cooker/waterflipbook.*