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

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/
V
Vicente Plata 已提交
23
bld/
24 25
[Bb]in/
[Oo]bj/
W
wisitsaks 已提交
26
[Ll]og/
D
Dana 已提交
27

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

33 34 35
# Visual Studio 2017 auto generated files
Generated\ Files/

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

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

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

49 50 51
# Benchmark Results
BenchmarkDotNet.Artifacts/

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

57 58 59 60
# StyleCop
StyleCopReport.xml

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

89 90 91
# Chutzpah Test files
_Chutzpah*

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

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

109 110 111
# Visual Studio Trace Files
*.e2e

112 113 114
# TFS 2012 Local Workspace
$tf/

115 116 117
# Guidance Automation Toolkit
*.gpState

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

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

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

129 130 131
# DotCover is a Code Coverage Tool
*.dotCover

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

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

140
# NCrunch
141
_NCrunch_*
142
.*crunch*.local.xml
143
nCrunchTemp_*
144

H
hallco978 已提交
145 146 147 148
# MightyMoose
*.mm.*
AutoTest.Net/

149 150 151
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
152
# Installshield output folder
153
[Ee]xpress/
154

155 156 157 158 159 160 161 162 163 164 165
# 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
166
publish/
167

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

176 177 178 179 180
# 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/

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

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

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

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

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

# Others
215
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
216
~$*
217
*~
218
*.dbmdl
219
*.dbproj.schemaview
220
*.jfm
221
*.pfx
222
*.publishsettings
223
orleans.codegen.cs
D
Dana 已提交
224

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

229
# Since there are multiple workflows, uncomment next line to ignore bower_components
230 231 232
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

233 234
# RIA/Silverlight projects
Generated_Code/
235

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

246
# SQL Server files
247 248
*.mdf
*.ldf
M
Matt Smith 已提交
249
*.ndf
250

251 252 253 254
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
R
raterus 已提交
255
*.rptproj.rsuser
256

257 258
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
259

260 261 262
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
263
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
264
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
265
node_modules/
266

C
Carl Suster 已提交
267 268 269 270
# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
271
*.opt
272

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

276
# Visual Studio LightSwitch build output
277 278 279 280 281
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
282
_Pvt_Extensions
N
Nellemandela 已提交
283 284 285

# Paket dependency manager
.paket/paket.exe
286
paket-files/
287 288 289

# FAKE - F# Make
.fake/
290 291 292 293

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

295 296
# CodeRush personal settings
.cr/personal
297 298 299 300

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

302
# Cake - Uncomment if you are using it
303 304
# tools/**
# !tools/packages.config
305 306

# Tabs Studio
307 308
*.tss

309
# Telerik's JustMock configuration file
310 311 312 313 314 315
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
M
Matt Smith 已提交
316
*.xsd.cs
317 318 319

# OpenCover UI analysis results
OpenCover/
320

J
John Vandenberg 已提交
321
# Azure Stream Analytics local run output
322
ASALocalRun/
323 324 325 326

# MSBuild Binary and Structured Log
*.binlog

327 328
# NVidia Nsight GPU debugger configuration file
*.nvuser
329

J
John Vandenberg 已提交
330
# MFractors (Xamarin productivity tool) working folder
331
.mfractor/
332 333 334

# Local History for Visual Studio
.localhistory/