Created
February 26, 2015 19:00
-
-
Save eralston/6ff2693dac6b8fbb5604 to your computer and use it in GitHub Desktop.
Example ignore file for Team Foundation Server, excluding files from Bin, NuGet packages, etc
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
# User-specific files | |
*.suo | |
*.user | |
*.sln.docstates | |
# Build results | |
bin | |
obj | |
#include nuget executable | |
!NuGet.exe | |
#nuget packages directory | |
packages | |
#include package target files which may be required for msbuild | |
!packages/*.targets | |
# ReSharper | |
_ReSharper*/ | |
*.ReSharper | |
# TeamCity | |
_TeamCity* | |
# DotCover is a Code Coverage Tool | |
*.dotCover | |
# Click-Once directory | |
publish/ | |
# Publish Web Output (Optional) | |
# *.Publish.xml | |
# *.pubxml | |
# Backup & report files from converting an old project file to a newer | |
_UpgradeReport_Files/ | |
Backup*/ | |
UpgradeLog*.XML | |
UpgradeLog*.htm | |
# Windows image file caches | |
Thumbs.db | |
ehthumbs.db | |
# Folder config file | |
Desktop.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment