Skip to content

Instantly share code, notes, and snippets.

@eralston
Created February 26, 2015 19:00
Show Gist options
  • Save eralston/6ff2693dac6b8fbb5604 to your computer and use it in GitHub Desktop.
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
# 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