VisualStudio.gitignore 6.5 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

16 17 18
# Mono auto generated files
mono_crash.*

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

N
Noctis- 已提交
35
# Visual Studio 2015/2017 cache/options directory
36
.vs/
37 38
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
39

40 41 42
# Visual Studio 2017 auto generated files
Generated\ Files/

43
# MSTest test Results
44
[Tt]est[Rr]esult*/
D
Dana 已提交
45 46
[Bb]uild[Ll]og.*

D
Dariusz Woźniak 已提交
47
# NUnit
K
Kristen 已提交
48 49
*.VisualState.xml
TestResult.xml
D
Dariusz Woźniak 已提交
50
nunit-*.xml
K
Kristen 已提交
51

52 53 54 55 56
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

57 58 59
# Benchmark Results
BenchmarkDotNet.Artifacts/

H
Henrik W. Moe 已提交
60
# .NET Core
61
project.lock.json
62
project.fragment.lock.json
63 64
artifacts/

65 66 67
# ASP.NET Scaffolding
ScaffoldingReadMe.txt

68 69 70 71
# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
72 73
*_i.c
*_p.c
74
*_h.h
75 76
*.ilk
*.meta
A
Adam Vandenberg 已提交
77
*.obj
L
linlux 已提交
78
*.iobj
79 80
*.pch
*.pdb
L
linlux 已提交
81
*.ipdb
82 83 84 85 86 87 88 89
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
S
sgm 已提交
90
*.tmp_proj
J
Jeff Cyr 已提交
91
*_wpftmp.csproj
92
*.log
93
*.tlog
94
*.vspscc
95
*.vssscc
A
Adam Vandenberg 已提交
96
.builds
D
Dana 已提交
97
*.pidb
98
*.svclog
D
Dana 已提交
99
*.scc
100

101 102 103
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
104 105 106 107
# Visual C++ cache files
ipch/
*.aps
*.ncb
108
*.opendb
B
Bradley Grainger 已提交
109 110
*.opensdf
*.sdf
111
*.cachefile
112 113
*.VC.db
*.VC.VC.opendb
B
Bradley Grainger 已提交
114

B
Bradley Grainger 已提交
115 116 117
# Visual Studio profiler
*.psess
*.vsp
118
*.vspx
119
*.sap
B
Bradley Grainger 已提交
120

121 122 123
# Visual Studio Trace Files
*.e2e

124 125 126
# TFS 2012 Local Workspace
$tf/

127 128 129
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
130
# ReSharper is a .NET coding add-in
D
Dana 已提交
131 132
_ReSharper*/
*.[Rr]e[Ss]harper
133
*.DotSettings.user
A
Adam Vandenberg 已提交
134

S
Snakiej 已提交
135 136 137
# TeamCity is a build add-in
_TeamCity*

138 139 140
# DotCover is a Code Coverage Tool
*.dotCover

141 142 143 144
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

145
# Coverlet is a free, cross platform Code Coverage Tool
146 147 148
coverage*.json
coverage*.xml
coverage*.info
149

F
Filip W 已提交
150 151 152 153
# Visual Studio code coverage results
*.coverage
*.coveragexml

154
# NCrunch
155
_NCrunch_*
156
.*crunch*.local.xml
157
nCrunchTemp_*
158

H
hallco978 已提交
159 160 161 162
# MightyMoose
*.mm.*
AutoTest.Net/

163 164 165
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
166
# Installshield output folder
167
[Ee]xpress/
168

169 170 171 172 173 174 175 176 177 178 179
# 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
180
publish/
181

182
# Publish Web Output
S
Steve Hulet 已提交
183
*.[Pp]ublish.xml
M
Milas Bowman 已提交
184
*.azurePubxml
J
James Ko 已提交
185
# Note: Comment the next line if you want to checkin your web deploy settings,
186
# but database connection strings (with potential passwords) will be unencrypted
187
*.pubxml
M
Mads Kristensen 已提交
188
*.publishproj
189

190 191 192 193 194
# 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/

195 196
# NuGet Packages
*.nupkg
197 198
# NuGet Symbol Packages
*.snupkg
199
# The packages folder can be ignored because of Package Restore
200
**/[Pp]ackages/*
201
# except build/, which is used as an MSBuild target.
202
!**/[Pp]ackages/build/
203
# Uncomment if necessary however generally it will be regenerated when needed
204
#!**/[Pp]ackages/repositories.config
V
Victor Uriarte 已提交
205
# NuGet v3's project.json files produces more ignorable files
206 207
*.nuget.props
*.nuget.targets
M
Mickey Puri 已提交
208

P
Parsa 已提交
209 210 211
# Nuget personal access tokens and Credentials
nuget.config

A
Anders Lundsgård 已提交
212
# Microsoft Azure Build Output
M
Milas Bowman 已提交
213
csx/
214 215
*.build.csdef

A
Anders Lundsgård 已提交
216
# Microsoft Azure Emulator
217
ecf/
C
Curtis Badke 已提交
218
rcf/
M
Michael Stegmann 已提交
219

K
Kagami Sascha Rosylight 已提交
220
# Windows Store app package directories and files
221
AppPackages/
A
Alexey Belyansky 已提交
222
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
223 224
Package.StoreAssociation.xml
_pkginfo.txt
J
julienshepherd 已提交
225
*.appx
226 227
*.appxbundle
*.appxupload
228

229
# Visual Studio cache files
L
LunicLynx 已提交
230
# files ending in .cache can be ignored
M
MOROZILnic 已提交
231
*.[Cc]ache
232
# but keep track of directories ending in .cache
233
!?*.[Cc]ache/
234 235

# Others
236
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
237
~$*
238
*~
239
*.dbmdl
240
*.dbproj.schemaview
241
*.jfm
242
*.pfx
243
*.publishsettings
244
orleans.codegen.cs
D
Dana 已提交
245

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

250
# Since there are multiple workflows, uncomment next line to ignore bower_components
251 252 253
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

254 255
# RIA/Silverlight projects
Generated_Code/
256

257 258 259
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
260
_UpgradeReport_Files/
261 262
Backup*/
UpgradeLog*.XML
263
UpgradeLog*.htm
264
ServiceFabricBackup/
265
*.rptproj.bak
266

267
# SQL Server files
268 269
*.mdf
*.ldf
M
Matt Smith 已提交
270
*.ndf
271

272 273 274 275
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
R
raterus 已提交
276
*.rptproj.rsuser
277 278 279
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
280

281 282
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
283

284 285 286
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
287
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
288
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
289
node_modules/
290

C
Carl Suster 已提交
291 292 293 294
# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
295
*.opt
296

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

300
# Visual Studio LightSwitch build output
301 302 303 304 305
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
306
_Pvt_Extensions
N
Nellemandela 已提交
307 308 309

# Paket dependency manager
.paket/paket.exe
310
paket-files/
311 312 313

# FAKE - F# Make
.fake/
314

315 316
# CodeRush personal settings
.cr/personal
317 318 319 320

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

322
# Cake - Uncomment if you are using it
323 324
# tools/**
# !tools/packages.config
325 326

# Tabs Studio
327 328
*.tss

329
# Telerik's JustMock configuration file
330 331 332 333 334 335
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
M
Matt Smith 已提交
336
*.xsd.cs
337 338 339

# OpenCover UI analysis results
OpenCover/
340

J
John Vandenberg 已提交
341
# Azure Stream Analytics local run output
342
ASALocalRun/
343 344 345 346

# MSBuild Binary and Structured Log
*.binlog

347 348
# NVidia Nsight GPU debugger configuration file
*.nvuser
349

J
John Vandenberg 已提交
350
# MFractors (Xamarin productivity tool) working folder
351
.mfractor/
352 353 354

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

356
# BeatPulse healthcheck temp database
H
Hassan Hashemi 已提交
357
healthchecksdb
358 359 360

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
361 362 363

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
364 365 366

# Fody - auto-generated XML schema
FodyWeavers.xsd
T
Tim Heuer 已提交
367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
.idea/
M
Martin Woodward 已提交
388
*.sln.iml