-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
168 lines (156 loc) · 2.93 KB
/
Copy path.gitignore
File metadata and controls
168 lines (156 loc) · 2.93 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
158
159
160
161
162
163
164
165
166
167
168
# =============================================
# 🔒 보안
# =============================================
.env
.env.*
.env.local
.env.development*
.env.test*
.env.production*
*.env
secrets.json
credentials.json
*.secret
*.secrets
*.key
*.pem
# =============================================
# 🎮 대형 에셋 (GitHub 크기 제한)
# =============================================
*.glb
public/models/
public/skybox/**/*.hdr
public/textures/*/**/*.jpg
public/textures/*/**/*.png
!public/textures/colormap.png
public/textures/particles/kenney_particle-pack.zip
public/textures/particles/kenney/
public/sounds/**/*.mp3
!public/skybox/_hdri_manifest.json
!public/textures/_texture_manifest.json
!public/sounds/_sfx_manifest.json
public/models/_index.json
# =============================================
# 🧹 GitHub에서 숨기기 (로컬에는 유지)
# =============================================
# 에이전트 내부
.agent/
.antigravity/
# 개발 유틸리티/스크립트
scripts/
tools/
# 레거시/백업
Visual-Core/
_backup_legacy/
temp_kenney_textures/
temp_kenney/
# 보고서/임시 컨텐츠
reports/
content/
# 배포/도커 (선택적 숨김)
DEPLOY.md
Dockerfile
docker-compose.yml
# 보조 설정
jsconfig.json
tsconfig.scripts.json
# =============================================
# 🗑️ 개발 잔여물 (자동 생성)
# =============================================
*.log
*.log.*
test-result.*
test_*.log
test_*.txt
tsc_errors*.txt
verification_result*.txt
validation_result*.txt
compile_errors.txt
build_error*.log
build_log.txt
typecheck.log
lint-result*.txt
lint-errors.txt
lint_errors.log
lint_log.txt
lint_report.*
eslint-autofix-result.txt
coverage_report.txt
missing_tasks.txt
results.txt
clean_boot*.log
crash.log
server_error.log
server_log.txt
seed_log.txt
storyverse_spec*.txt
git_history.txt
debug_output*.txt
debug_spatial.log
tripo_history.log
tripo_recovered_list.txt
analyze_result.txt
api_response.json
asset_classification_map.json
audit_result*
db_status_report.txt
failed_classification.json
models_scan.txt
recovered_tasks_sample.json
collection-report-*.json
themed-report-*.json
slack_*.json
*.pdf
# 일회용 스크립트 (루트에 있는 것들)
analyze_db_urls.js
check_*.js
check_*.ts
compare_assets.js
create_colormap.js
download_*.js
generate_*.js
generate_*.mjs
organize_assets.js
reclassify_samples.js
run_db_cleanup.mjs
scan_and_update_registry.js
test_poly_pizza.js
verify_brain.js
test-a2a.ts
test-integration-e2e.ts
test-phase3.ts
test-phase4.ts
# UUID 폴더
7ffbf428-*
# =============================================
# 일반
# =============================================
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
/.next/
/out/
/build
/dist
/coverage
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
*.tsbuildinfo
next-env.d.ts
.idea/
.vscode/
*.swp
*.swo
.DS_Store
desktop.ini
Thumbs.db
.vercel
/Visual-Core/node_modules
/Logic-Weaver/node_modules