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 7 8

# User-specific files
*.suo
*.user
9
*.userosscache
10
*.sln.docstates
A
Adam Vandenberg 已提交
11

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

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

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

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

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

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

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

48 49 50
# Benchmark Results
BenchmarkDotNet.Artifacts/

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

56 57 58 59
# StyleCop
StyleCopReport.xml

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

88 89 90
# Chutzpah Test files
_Chutzpah*

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

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

108 109 110
# Visual Studio Trace Files
*.e2e

111 112 113
# TFS 2012 Local Workspace
$tf/

114 115 116
# Guidance Automation Toolkit
*.gpState

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

232 233
# RIA/Silverlight projects
Generated_Code/
234

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# Tabs Studio
306 307
*.tss

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

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

# OpenCover UI analysis results
OpenCover/
319

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

# MSBuild Binary and Structured Log
*.binlog

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

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

# Local History for Visual Studio
.localhistory/