Streamingle_URP/.gitignore
user 187c843328 Refactor: 스크립트 폴더 구조 정리 및 Prop 폴더 이동
- Scripts 폴더 정리:
  - FlyCamera.cs → StreamingleControl/Camera/
  - LiveLinkFaceReceiver.cs → StreamingleControl/MotionCapture/
  - YBillboard.cs → StreamingleControl/Extensions/
  - CameraControlSystem.cs, CameraInfoUI.cs → StreamingleControl/Camera/
  - InputHandler.cs, rawkey.cs → StreamingleControl/Input/
  - 중복 IController.cs 제거

- ResourcesData 정리:
  - Background/Prop → ResourcesData/Prop 이동

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 21:19:29 +09:00

90 lines
1.4 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