Created
September 29, 2011 00:46
-
-
Save evillemez/1249723 to your computer and use it in GitHub Desktop.
GIT Ignore for Unity
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
Temp/ | |
Library/ | |
obj/ | |
*.svd | |
!Library/*.asset | |
!Library/AssetImportState | |
!Library/AssetVersioning.db | |
!Library/BuildPlayer.prefs | |
!Library/ScriptMapper | |
!Library/assetservercachev3 | |
!Library/expandedItems | |
!Library/guidmapper | |
!Library/unity default resources | |
!Library/unity editor resources | |
*.userprefs | |
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 | |
*.suo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment