Skip to content

Commit

Permalink
added tfignore for VS and TFS
Browse files Browse the repository at this point in the history
  • Loading branch information
ddieppa committed Mar 18, 2019
1 parent f27432c commit c84829f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .tfignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 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
*.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

# VS 2015 folder
.vs

# .idea folder?
.idea

0 comments on commit c84829f

Please sign in to comment.