Last active
January 26, 2016 18:07
-
-
Save ShirakawaYoshimaru/9bfc6c6425be6a70e795 to your computer and use it in GitHub Desktop.
gitignore for unity5
This file contains 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 generated # | |
# =============== # | |
Temp/ | |
Obj/ | |
UnityGenerated/ | |
Library/ | |
LocalCache/ | |
BuildForiOS/ | |
BuildForAndroid/ | |
# ===================================== # | |
# Visual Studio / MonoDevelop generated # | |
# ===================================== # | |
ExportedObj/ | |
*.svd | |
*.userprefs | |
*.csproj | |
*.pidb | |
*.suo | |
*.sln | |
*.user | |
*.unityproj | |
*.booproj | |
# ============ # | |
# OS generated # | |
# ============ # | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
Icon? | |
ehthumbs.db | |
Thumbs.db | |
# ============ # | |
# for others # | |
# ============ # | |
*.log #log files, for some plugins | |
*.pyc #python bytecode cache, for some plugins. | |
sysinfo.txt #Unity3D Generated File On Crash Reports | |
Library/cache | |
Library/metadata | |
Library/previews | |
Library/ScriptAssemblies | |
Assembly-CSharp-Editor-firstpass-vs.csproj | |
Assembly-CSharp-Editor-firstpass.csproj | |
Assembly-CSharp-Editor-firstpass.pidb | |
Assembly-CSharp-Editor-vs.csproj | |
Assembly-CSharp-Editor.csproj | |
Assembly-CSharp-Editor.pidb | |
Assembly-CSharp-firstpass-vs.csproj | |
Assembly-CSharp-firstpass.csproj | |
Assembly-CSharp-firstpass.pidb | |
Assembly-CSharp-vs.csproj | |
Assembly-CSharp.csproj | |
Assembly-CSharp.pidb | |
Assembly-UnityScript-Editor-firstpass-vs.unityproj | |
Assembly-UnityScript-Editor-firstpass.pidb | |
Assembly-UnityScript-Editor-firstpass.unityproj | |
Assembly-UnityScript-Editor-vs.unityproj | |
Assembly-UnityScript-Editor.pidb | |
Assembly-UnityScript-Editor.unityproj | |
Assembly-UnityScript-firstpass-vs.unityproj | |
Assembly-UnityScript-firstpass.pidb | |
Assembly-UnityScript-firstpass.unityproj | |
Assembly-UnityScript-vs.unityproj | |
Assembly-UnityScript.pidb | |
Assembly-UnityScript.unityProj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment