2017-05-07 18:48:56 +02:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/unity
|
|
|
|
|
|
|
|
### Unity ###
|
|
|
|
/[Ll]ibrary/
|
|
|
|
/[Tt]emp/
|
|
|
|
/[Oo]bj/
|
|
|
|
/[Bb]uild/
|
|
|
|
/[Bb]uilds/
|
|
|
|
/Assets/AssetStoreTools*
|
|
|
|
|
|
|
|
# Visual Studio 2015 cache directory
|
|
|
|
/.vs/
|
|
|
|
|
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
|
|
ExportedObj/
|
|
|
|
.consulo/
|
|
|
|
*.csproj
|
|
|
|
*.unityproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
|
|
|
*.tmp
|
|
|
|
*.user
|
|
|
|
*.userprefs
|
|
|
|
*.pidb
|
|
|
|
*.booproj
|
|
|
|
*.svd
|
|
|
|
*.pdb
|
|
|
|
|
|
|
|
# Unity3D generated meta files
|
|
|
|
*.pidb.meta
|
|
|
|
|
|
|
|
# Unity3D Generated File On Crash Reports
|
|
|
|
sysinfo.txt
|
|
|
|
|
|
|
|
# Builds
|
|
|
|
*.apk
|
|
|
|
*.unitypackage
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/unity
|
|
|
|
|
|
|
|
### Misc files added later ###
|
|
|
|
|
|
|
|
# Blender #
|
|
|
|
*.blend1
|
|
|
|
|
|
|
|
# Emacs #
|
|
|
|
*~
|
2017-05-08 00:59:50 +02:00
|
|
|
|
|
|
|
# Distribution #
|
|
|
|
/Dist/
|
2017-05-08 03:07:55 +02:00
|
|
|
|
|
|
|
# Project Version #
|
|
|
|
/ProjectSettings/ProjectVersion.txt
|
2017-05-08 21:14:52 +02:00
|
|
|
|
|
|
|
# Doxygen #
|
|
|
|
/Doxygen/
|