|
|
# Created by https://www.gitignore.io/api/unity
|
|
|
|
### Unity ###
|
|
[Ll]ibrary/
|
|
[Tt]emp/
|
|
[Oo]bj/
|
|
[Bb]uild/
|
|
[Bb]uilds/
|
|
Assets/AssetStoreTools*
|
|
|
|
#Large WIP or legacy files
|
|
(Legacy)/
|
|
.WIP Textures/
|
|
WIP Art/
|
|
|
|
# Visual Studio cache directory
|
|
.vs/
|
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
ExportedObj/
|
|
.consulo/
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo
|
|
*.tmp
|
|
*.user
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
*.svd
|
|
*.pdb
|
|
*.opendb
|
|
|
|
# Unity3D generated meta files
|
|
*.pidb.meta
|
|
*.pdb.meta
|
|
|
|
# Unity3D Generated File On Crash Reports
|
|
sysinfo.txt
|
|
|
|
# Builds
|
|
*.apk
|
|
*.unitypackage
|
|
|
|
|
|
# End of https://www.gitignore.io/api/unity
|