VisualStudio.gitignore 5.9 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 27
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
V
Vicente Plata 已提交
28
bld/
29 30
[Bb]in/
[Oo]bj/
W
wisitsaks 已提交
31
[Ll]og/
32
[Ll]ogs/
D
Dana 已提交
33

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

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

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

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

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

56 57 58
# Benchmark Results
BenchmarkDotNet.Artifacts/

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

64 65 66 67
# StyleCop
StyleCopReport.xml

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

96 97 98
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
99 100 101 102
# Visual C++ cache files
ipch/
*.aps
*.ncb
103
*.opendb
B
Bradley Grainger 已提交
104 105
*.opensdf
*.sdf
106
*.cachefile
107 108
*.VC.db
*.VC.VC.opendb
B
Bradley Grainger 已提交
109

B
Bradley Grainger 已提交
110 111 112
# Visual Studio profiler
*.psess
*.vsp
113
*.vspx
114
*.sap
B
Bradley Grainger 已提交
115

116 117 118
# Visual Studio Trace Files
*.e2e

119 120 121
# TFS 2012 Local Workspace
$tf/

122 123 124
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
125
# ReSharper is a .NET coding add-in
D
Dana 已提交
126 127
_ReSharper*/
*.[Rr]e[Ss]harper
128
*.DotSettings.user
A
Adam Vandenberg 已提交
129

M
Markus Hauge 已提交
130
# JustCode is a .NET coding add-in
131 132
.JustCode

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

136 137 138
# DotCover is a Code Coverage Tool
*.dotCover

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

F
Filip W 已提交
143 144 145 146
# Visual Studio code coverage results
*.coverage
*.coveragexml

147
# NCrunch
148
_NCrunch_*
149
.*crunch*.local.xml
150
nCrunchTemp_*
151

H
hallco978 已提交
152 153 154 155
# MightyMoose
*.mm.*
AutoTest.Net/

156 157 158
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
159
# Installshield output folder
160
[Ee]xpress/
161

162 163 164 165 166 167 168 169 170 171 172
# 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
173
publish/
174

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

183 184 185 186 187
# 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/

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

A
Anders Lundsgård 已提交
202
# Microsoft Azure Build Output
M
Milas Bowman 已提交
203
csx/
204 205
*.build.csdef

A
Anders Lundsgård 已提交
206
# Microsoft Azure Emulator
207
ecf/
C
Curtis Badke 已提交
208
rcf/
M
Michael Stegmann 已提交
209

K
Kagami Sascha Rosylight 已提交
210
# Windows Store app package directories and files
211
AppPackages/
A
Alexey Belyansky 已提交
212
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
213 214
Package.StoreAssociation.xml
_pkginfo.txt
J
julienshepherd 已提交
215
*.appx
216 217
*.appxbundle
*.appxupload
218

219
# Visual Studio cache files
L
LunicLynx 已提交
220
# files ending in .cache can be ignored
M
MOROZILnic 已提交
221
*.[Cc]ache
222
# but keep track of directories ending in .cache
223
!?*.[Cc]ache/
224 225

# Others
226
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
227
~$*
228
*~
229
*.dbmdl
230
*.dbproj.schemaview
231
*.jfm
232
*.pfx
233
*.publishsettings
234
orleans.codegen.cs
D
Dana 已提交
235

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

240
# Since there are multiple workflows, uncomment next line to ignore bower_components
241 242 243
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

244 245
# RIA/Silverlight projects
Generated_Code/
246

247 248 249
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
250
_UpgradeReport_Files/
251 252
Backup*/
UpgradeLog*.XML
253
UpgradeLog*.htm
254
ServiceFabricBackup/
255
*.rptproj.bak
256

257
# SQL Server files
258 259
*.mdf
*.ldf
M
Matt Smith 已提交
260
*.ndf
261

262 263 264 265
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
R
raterus 已提交
266
*.rptproj.rsuser
267 268 269
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
270

271 272
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
273

274 275 276
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
277
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
278
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
279
node_modules/
280

C
Carl Suster 已提交
281 282 283 284
# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
285
*.opt
286

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

290
# Visual Studio LightSwitch build output
291 292 293 294 295
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
296
_Pvt_Extensions
N
Nellemandela 已提交
297 298 299

# Paket dependency manager
.paket/paket.exe
300
paket-files/
301 302 303

# FAKE - F# Make
.fake/
304

305 306
# CodeRush personal settings
.cr/personal
307 308 309 310

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

312
# Cake - Uncomment if you are using it
313 314
# tools/**
# !tools/packages.config
315 316

# Tabs Studio
317 318
*.tss

319
# Telerik's JustMock configuration file
320 321 322 323 324 325
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
M
Matt Smith 已提交
326
*.xsd.cs
327 328 329

# OpenCover UI analysis results
OpenCover/
330

J
John Vandenberg 已提交
331
# Azure Stream Analytics local run output
332
ASALocalRun/
333 334 335 336

# MSBuild Binary and Structured Log
*.binlog

337 338
# NVidia Nsight GPU debugger configuration file
*.nvuser
339

J
John Vandenberg 已提交
340
# MFractors (Xamarin productivity tool) working folder
341
.mfractor/
342 343 344

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

346
# BeatPulse healthcheck temp database
H
Hassan Hashemi 已提交
347
healthchecksdb
348 349 350

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
351 352 353

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