- Etc/Prop 폴더 내용을 기존 Prop/Glb 폴더로 통합 - 모든 Prop을 개별 한글 폴더로 정리: - Acoustic Guitar → 어쿠스틱 기타 - Cake → 케이크 - Candle Light Mesh → 촛불 - Drum_Stick → 드럼스틱 - GuitarE → 일렉기타 - Hand Mic → 핸드마이크 - Heart Balloons Prop → 하트풍선 - Heart Cheering Rod → 하트 응원봉 - LongChair → 긴의자 - Megaphone → 확성기 - Mic → 마이크 - RingCon → 링콘 - Stand MicroPhone → 스탠드마이크 - [Office]Chair/Desk → 사무용의자/사무용책상 - [Prop]Desk → 책상 - 외 다수 - GLB/FBX 파일명도 폴더명과 동일하게 한글로 변경 - 사용하지 않는 External/Skybox, #Prefab, #Roadmap 폴더 정리 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
93 lines
1.5 KiB
Plaintext
93 lines
1.5 KiB
Plaintext
# This .gitignore file should be placed at the root of your Unity project directory
|
|
#
|
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
|
#
|
|
/[Ll]ibrary/
|
|
/[Tt]emp/
|
|
/[Oo]bj/
|
|
/[Bb]uild/
|
|
/[Bb]uilds/
|
|
/[Ll]ogs/
|
|
/[Uu]ser[Ss]ettings/
|
|
|
|
# MemoryCaptures can get excessive in size.
|
|
# They also could contain extremely sensitive data
|
|
/[Mm]emoryCaptures/
|
|
|
|
# Recordings can get excessive in size
|
|
/[Rr]ecordings/
|
|
|
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
|
# /[Aa]ssets/AssetStoreTools*
|
|
|
|
# Autogenerated Jetbrains Rider plugin
|
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
|
|
|
# Visual Studio cache directory
|
|
.vs/
|
|
|
|
# Gradle cache directory
|
|
.gradle/
|
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
ExportedObj/
|
|
.consulo/
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo
|
|
*.tmp
|
|
*.user
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
*.svd
|
|
*.pdb
|
|
*.mdb
|
|
*.opendb
|
|
*.VC.db
|
|
|
|
# Unity3D generated meta files
|
|
*.pidb.meta
|
|
*.pdb.meta
|
|
*.mdb.meta
|
|
|
|
# Unity3D generated file on crash reports
|
|
sysinfo.txt
|
|
|
|
# Builds
|
|
*.apk
|
|
*.aab
|
|
*.app
|
|
|
|
# Crashlytics generated file
|
|
crashlytics-build.properties
|
|
|
|
# Packed Addressables
|
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
|
|
|
# Temporary auto-generated Android Assets
|
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
|
|
|
# 데이터베이스 파일
|
|
*.sqlite
|
|
*.db
|
|
|
|
# 백업 파일
|
|
*.bak
|
|
*.backup
|
|
*.temp
|
|
|
|
# 로그 파일
|
|
*.log
|
|
|
|
# Unity 에셋 번들
|
|
/[Aa]ssetBundles/
|
|
|
|
# 프로파일러 데이터
|
|
*.nvprofnul
|
|
|
|
# Windows reserved file name
|
|
nul
|