Created
February 10, 2014 12:50
-
-
Save valyard/8915306 to your computer and use it in GitHub Desktop.
Unity .gitignore
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
*.DS_Store | |
.Spotlight-V100 | |
.Trashes | |
[Tt]humbs.db | |
/Temp/ | |
/Obj/ | |
/UnityGenerated/ | |
/Library/ | |
/Build/ | |
ExportedObj/ | |
*.svd | |
*.userprefs | |
*.csproj | |
*.pidb | |
*.suo | |
*.sln | |
*.user | |
*.unityproj | |
*.booproj | |
*.pdb | |
*.mdb | |
_ReSharper* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment