Last active
July 4, 2017 10:24
-
-
Save marcolink/fa1d4189f3c8716eafb5b6fdfd1cbb3e to your computer and use it in GitHub Desktop.
Unity Project .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**/[Ll]ibrary/ | |
**/[Tt]emp/ | |
**/[Oo]bj/ | |
**/[Bb]uild/ | |
**/[Bb]uilds/ | |
**/[Dd]ebug/ | |
**/[Rr]elease/ | |
**/[Bb]in/ | |
**/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 | |
# Paket files | |
/packages/ | |
paket.lock | |
# Mac temp files | |
.DS_Store | |
# User-specific files | |
*.suo | |
*.user | |
*.sln.docstates | |
*.sln.ide/ | |
.idea/ | |
.gradle/ | |
.paket/ | |
# Xamarin Studio / monodevelop user-specific | |
*.userprefs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment