Created
January 16, 2015 01:38
-
-
Save benloong/a7531bda2b3d24b31e13 to your computer and use it in GitHub Desktop.
A better Unity Git Ignore File
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/ | |
[Dd]ebug/ | |
[Rr]elease/ | |
# Autogenerated VS/MD solution and project files | |
*.csproj | |
*.unityproj | |
*.sln | |
*.suo | |
*.user | |
*.userprefs | |
*.pidb | |
*.booproj | |
# ReSharper is a .NET coding add-in | |
_ReSharper*/ | |
*.[Rr]e[Ss]harper | |
# DotCover is a Code Coverage Tool | |
*.dotCover | |
# NCrunch | |
*.ncrunch* | |
.*crunch*.local.xml | |
# Unity3D Generated File On Crash Reports | |
sysinfo.txt | |
# OS Generated | |
.DS_Store | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
$RECYCLE.BIN/ | |
Desktop.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment