Last active
January 14, 2017 09:46
-
-
Save mrserverless/d889098fe29453ee38267e7002834c5a to your computer and use it in GitHub Desktop.
Unity3d 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
# Unity | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/Assets/AssetStoreTools* | |
# External Dependencies | |
/Assets/Plugins | |
/CSharp[0-9]0Support/ | |
# Autogenerated VS/MD/Consulo/IDEA solution and project files | |
ExportedObj/ | |
.consulo/ | |
.idea/ | |
.vscode/ | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.tmp | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
*.svd | |
# Unity3D generated meta files | |
*.pidb.meta | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt | |
# Builds | |
*.apk | |
*.unitypackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment