mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-17 10:36:18 -05:00
65 lines
814 B
Plaintext
65 lines
814 B
Plaintext
#
|
|
# https://github.com/github/gitignore/blob/master/Unity.gitignore
|
|
#
|
|
[Ll]ibrary/
|
|
[Tt]emp/
|
|
[Oo]bj/
|
|
[Bb]uild/
|
|
[Bb]uilds/
|
|
[Ll]ogs/
|
|
Assets/AssetStoreTools*
|
|
|
|
# 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
|
|
*.opendb
|
|
*.VC.db
|
|
|
|
# Unity3D generated meta files
|
|
*.pidb.meta
|
|
*.pdb.meta
|
|
|
|
# Unity3D generated file on crash reports
|
|
sysinfo.txt
|
|
|
|
# Builds
|
|
*.apk
|
|
*.unitypackage
|
|
|
|
# Crashlytics generated file
|
|
Assets/StreamingAssets/crashlytics-build.properties
|
|
|
|
#
|
|
# Manually appended
|
|
#
|
|
|
|
# Personal
|
|
.idea/
|
|
Assets/_Private/
|
|
Assets/_Private.meta
|
|
|
|
# Unity
|
|
/ProjectSettings/BurstAotSettings_StandaloneWindows.json
|
|
|
|
# sphinx build
|
|
public
|
|
*.pyc
|
|
|