-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
157 lines (141 loc) · 2.5 KB
/
Copy path.gitignore
File metadata and controls
157 lines (141 loc) · 2.5 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Build directories - organized by platform (root level only)
/build/
/build-*/
/build_*/
/out/
docs/html/
docs/latex/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
CMakeUserPresets.json
# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll
*.exe
*.app
*.out
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
src/ios/yaze_ios.xcodeproj/
src/ios/yaze.xcodeproj/xcuserdata/
src/ios/yaze.xcodeproj/project.xcworkspace/xcuserdata/
src/ios/build/
# Test outputs
test_screenshots/
test_temp_rom.sfc
zelda3_v3_test.sfc
test-results/
scripts/agents/node_modules/
scripts/agents/playwright-report/
scripts/agents/test-results/
# vcpkg
vcpkg_installed/
# Agent learned knowledge (user-specific)
.agent_knowledge/
.context/
.context
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Backup files
*.bak
*.backup
*~
# Generated files
gens/
*.pb.h
*.pb.cc
*.grpc.pb.h
*.grpc.pb.cc
# Cache
.cache/
__pycache__/
# local dependencies
src/lib/cmake/
src/lib/GL/
src/lib/libpng/
src/lib/zlib/
assets/asm/usdasm/
src/app/gui/modules/component.h
src/ios/macOS/Info-macOS.plist
src/ios/macOS/MainMenu.storyboard
src/app/emu/cpu/internal/old_cpu.cc
.favorites.json
checks.json
assets/etc/
imgui.ini
.gitignore
recent_files.txt
.vs/*
.gitignore
.genkit
.claude
scripts/__pycache__/
build_gemini
scripts/ai/results/*.json
scripts/ai/results/*.md
scripts/ai/results/*.txt
logs/breakthrough_test.log
logs/cmake_config 2.log
logs/cmake_config 3.log
logs/cmake_config.log
logs/dungeon_debug.log
logs/final_rendering.log
logs/flag_fix_enhanced_test.log
logs/flag_fix_test.log
logs/layout_rendering.log
logs/layout_tiles_test.log
logs/scale_test.log
logs/test_fixed.log
logs/test_output.log
logs/tile_data_test.log
logs/timing_analysis.log
logs/visual_test.log
logs/windows_ci_linker_error.log
logs/yaze_emu_trace.log
logs/yaze_release.wasm
logs/yaze_release.wat
logs/build-logs-Windows 2022 (Clang)/build.log
logs/build-logs-Windows 2022 (Clang)/cmake_config.log
logs/build-logs-Windows 2022 (Clang-CL)/build.log
logs/build-logs-Windows 2022 (Clang-CL)/cmake_config.log
vanilla.sfc
zelda3.sfc
*.sfc
*.smc
*.srm
*.fig
/test_*.py
yaze_manual.log
yaze_startup.log
roms/
# AFS context (local only - use afs CLI or manual tools to search)
.context/
yaze.code-workspace
world_graph.json
# Local signing defaults (keep out of git)
scripts/signing.env
# Local QA evidence artifacts
/QA/
# Local agent scratch and ad-hoc packaging output
.local/
dist/