VisualStudio.gitignore 5.7 KB
Newer Older
A
Adam Vandenberg 已提交
1 2
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
3 4
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
A
Adam Vandenberg 已提交
5 6

# User-specific files
K
Kevin R. Raney 已提交
7
*.rsuser
A
Adam Vandenberg 已提交
8 9
*.suo
*.user
10
*.userosscache
11
*.sln.docstates
A
Adam Vandenberg 已提交
12

13 14 15
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

A
Adam Vandenberg 已提交
16
# Build results
17
[Dd]ebug/
S
simonbuehler 已提交
18
[Dd]ebugPublic/
M
Mateusz Wolsza 已提交
19 20
[Rr]elease/
[Rr]eleases/
21
x64/
22
x86/
23 24
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
V
Vicente Plata 已提交
25
bld/
26 27
[Bb]in/
[Oo]bj/
W
wisitsaks 已提交
28
[Ll]og/
D
Dana 已提交
29

N
Noctis- 已提交
30
# Visual Studio 2015/2017 cache/options directory
31
.vs/
32 33
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
34

35 36 37
# Visual Studio 2017 auto generated files
Generated\ Files/

38
# MSTest test Results
39
[Tt]est[Rr]esult*/
D
Dana 已提交
40 41
[Bb]uild[Ll]og.*

T
Thomas Schulz 已提交
42
# NUNIT
K
Kristen 已提交
43 44 45
*.VisualState.xml
TestResult.xml

46 47 48 49 50
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

51 52 53
# Benchmark Results
BenchmarkDotNet.Artifacts/

H
Henrik W. Moe 已提交
54
# .NET Core
55
project.lock.json
56
project.fragment.lock.json
57 58
artifacts/

59 60 61 62
# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
63 64
*_i.c
*_p.c
65
*_h.h
66 67
*.ilk
*.meta
A
Adam Vandenberg 已提交
68
*.obj
L
linlux 已提交
69
*.iobj
70 71
*.pch
*.pdb
L
linlux 已提交
72
*.ipdb
73 74 75 76 77 78 79 80
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
S
sgm 已提交
81
*.tmp_proj
J
Jeff Cyr 已提交
82
*_wpftmp.csproj
83
*.log
84
*.vspscc
85
*.vssscc
A
Adam Vandenberg 已提交
86
.builds
D
Dana 已提交
87
*.pidb
88
*.svclog
D
Dana 已提交
89
*.scc
90

91 92 93
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
94 95 96 97
# Visual C++ cache files
ipch/
*.aps
*.ncb
98
*.opendb
B
Bradley Grainger 已提交
99 100
*.opensdf
*.sdf
101
*.cachefile
102 103
*.VC.db
*.VC.VC.opendb
B
Bradley Grainger 已提交
104

B
Bradley Grainger 已提交
105 106 107
# Visual Studio profiler
*.psess
*.vsp
108
*.vspx
109
*.sap
B
Bradley Grainger 已提交
110

111 112 113
# Visual Studio Trace Files
*.e2e

114 115 116
# TFS 2012 Local Workspace
$tf/

117 118 119
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
120
# ReSharper is a .NET coding add-in
D
Dana 已提交
121 122
_ReSharper*/
*.[Rr]e[Ss]harper
123
*.DotSettings.user
A
Adam Vandenberg 已提交
124

M
Markus Hauge 已提交
125
# JustCode is a .NET coding add-in
126 127
.JustCode

S
Snakiej 已提交
128 129 130
# TeamCity is a build add-in
_TeamCity*

131 132 133
# DotCover is a Code Coverage Tool
*.dotCover

134 135 136 137
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

F
Filip W 已提交
138 139 140 141
# Visual Studio code coverage results
*.coverage
*.coveragexml

142
# NCrunch
143
_NCrunch_*
144
.*crunch*.local.xml
145
nCrunchTemp_*
146

H
hallco978 已提交
147 148 149 150
# MightyMoose
*.mm.*
AutoTest.Net/

151 152 153
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
154
# Installshield output folder
155
[Ee]xpress/
156

157 158 159 160 161 162 163 164 165 166 167
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
168
publish/
169

170
# Publish Web Output
S
Steve Hulet 已提交
171
*.[Pp]ublish.xml
M
Milas Bowman 已提交
172
*.azurePubxml
J
James Ko 已提交
173
# Note: Comment the next line if you want to checkin your web deploy settings,
174
# but database connection strings (with potential passwords) will be unencrypted
175
*.pubxml
M
Mads Kristensen 已提交
176
*.publishproj
177

178 179 180 181 182
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

183 184
# NuGet Packages
*.nupkg
185
# The packages folder can be ignored because of Package Restore
186
**/[Pp]ackages/*
187
# except build/, which is used as an MSBuild target.
188
!**/[Pp]ackages/build/
189
# Uncomment if necessary however generally it will be regenerated when needed
190
#!**/[Pp]ackages/repositories.config
V
Victor Uriarte 已提交
191
# NuGet v3's project.json files produces more ignorable files
192 193
*.nuget.props
*.nuget.targets
M
Mickey Puri 已提交
194

A
Anders Lundsgård 已提交
195
# Microsoft Azure Build Output
M
Milas Bowman 已提交
196
csx/
197 198
*.build.csdef

A
Anders Lundsgård 已提交
199
# Microsoft Azure Emulator
200
ecf/
C
Curtis Badke 已提交
201
rcf/
M
Michael Stegmann 已提交
202

K
Kagami Sascha Rosylight 已提交
203
# Windows Store app package directories and files
204
AppPackages/
A
Alexey Belyansky 已提交
205
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
206 207
Package.StoreAssociation.xml
_pkginfo.txt
J
julienshepherd 已提交
208
*.appx
209

210
# Visual Studio cache files
L
LunicLynx 已提交
211
# files ending in .cache can be ignored
M
MOROZILnic 已提交
212
*.[Cc]ache
213 214 215 216
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
217
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
218
~$*
219
*~
220
*.dbmdl
221
*.dbproj.schemaview
222
*.jfm
223
*.pfx
224
*.publishsettings
225
orleans.codegen.cs
H
Hassan Hashemi 已提交
226

J
John Vandenberg 已提交
227
# Including strong name files can present a security risk
T
toby 已提交
228 229 230
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk

231
# Since there are multiple workflows, uncomment next line to ignore bower_components
232 233
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
234
# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true
M
marcrocny 已提交
235
**/wwwroot/lib/
236

237 238
# RIA/Silverlight projects
Generated_Code/
239

240 241 242
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
243
_UpgradeReport_Files/
244 245
Backup*/
UpgradeLog*.XML
246
UpgradeLog*.htm
247
ServiceFabricBackup/
248
*.rptproj.bak
249

250
# SQL Server files
251 252
*.mdf
*.ldf
M
Matt Smith 已提交
253
*.ndf
254

255 256 257 258
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
R
raterus 已提交
259
*.rptproj.rsuser
260

261 262
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
263

264 265 266
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
267
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
268
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
269
node_modules/
270

C
Carl Suster 已提交
271 272 273 274
# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
275
*.opt
276

M
mrs-mrl 已提交
277 278 279
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

280
# Visual Studio LightSwitch build output
281 282 283 284 285
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
286
_Pvt_Extensions
N
Nellemandela 已提交
287 288 289

# Paket dependency manager
.paket/paket.exe
290
paket-files/
291 292 293

# FAKE - F# Make
.fake/
294 295 296 297

# JetBrains Rider
.idea/
*.sln.iml
298

299 300
# CodeRush personal settings
.cr/personal
301 302 303 304

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
M
Muhammad Rehan Saeed 已提交
305

306
# Cake - Uncomment if you are using it
307 308
# tools/**
# !tools/packages.config
309 310

# Tabs Studio
311 312
*.tss

313
# Telerik's JustMock configuration file
314 315 316 317 318 319
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
M
Matt Smith 已提交
320
*.xsd.cs
321 322 323

# OpenCover UI analysis results
OpenCover/
324

J
John Vandenberg 已提交
325
# Azure Stream Analytics local run output
326
ASALocalRun/
327 328 329 330

# MSBuild Binary and Structured Log
*.binlog

331 332
# NVidia Nsight GPU debugger configuration file
*.nvuser
333

J
John Vandenberg 已提交
334
# MFractors (Xamarin productivity tool) working folder
335
.mfractor/
336 337 338

# Local History for Visual Studio
.localhistory/
H
Hassan Hashemi 已提交
339 340

#BeatPulse healthcheck temp database 
H
Hassan Hashemi 已提交
341
*livenessdb