77 lines
1.0 KiB
Plaintext
77 lines
1.0 KiB
Plaintext
# Visual Studio
|
|
.vs/
|
|
bin/
|
|
obj/
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# Visual Studio cache files
|
|
*.VisualState.xml
|
|
|
|
# Resharper
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
|
|
# TeamCity
|
|
_TeamCity*
|
|
|
|
# DotCover
|
|
*.dotCover
|
|
|
|
# NCrunch
|
|
*.ncrunch*
|
|
.*crunch*.local.xml
|
|
|
|
# Installshield output folder
|
|
[Ee]xpress/
|
|
|
|
# DocProject
|
|
DocProject/buildhelp/
|
|
DocProject/Help/*.HxT
|
|
DocProject/Help/*.HxC
|
|
DocProject/Help/Html2
|
|
DocProject/Help/html
|
|
|
|
# Publish Web Output
|
|
*.Publish.xml
|
|
|
|
# NuGet Packages Directory
|
|
packages/
|
|
|
|
# Windows Azure Build Output
|
|
csx
|
|
*.build.csdef
|
|
|
|
# Windows Store app package directory
|
|
AppPackages/
|
|
|
|
# Others
|
|
[Bb]in
|
|
[Oo]bj
|
|
sql
|
|
TestResults
|
|
[Tt]est[Rr]esult*
|
|
*.Cache
|
|
ClientBin
|
|
[Ss]tyle[Cc]op.*
|
|
~$*
|
|
*.dbmdl
|
|
Generated_Code #added for RIA/Silverlight projects
|
|
|
|
# Backup & report files from converting an old project file to a newer
|
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
|
_UpgradeReport_Files/
|
|
Backup*/
|
|
UpgradeLog*.XML |