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

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

32
# MSTest test Results
33
[Tt]est[Rr]esult*/
D
Dana 已提交
34 35
[Bb]uild[Ll]og.*

T
Thomas Schulz 已提交
36
# NUNIT
K
Kristen 已提交
37 38 39
*.VisualState.xml
TestResult.xml

40 41 42 43 44
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

45 46 47
# Benchmark Results
BenchmarkDotNet.Artifacts/

H
Henrik W. Moe 已提交
48
# .NET Core
49
project.lock.json
50
project.fragment.lock.json
51
artifacts/
52
**/Properties/launchSettings.json
53

54 55
*_i.c
*_p.c
56
*_i.h
57 58
*.ilk
*.meta
A
Adam Vandenberg 已提交
59
*.obj
60 61 62 63 64 65 66 67 68 69
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
S
sgm 已提交
70
*.tmp_proj
71
*.log
72
*.vspscc
73
*.vssscc
A
Adam Vandenberg 已提交
74
.builds
D
Dana 已提交
75
*.pidb
76
*.svclog
D
Dana 已提交
77
*.scc
78

79 80 81
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
82 83 84 85
# Visual C++ cache files
ipch/
*.aps
*.ncb
86
*.opendb
B
Bradley Grainger 已提交
87 88
*.opensdf
*.sdf
89
*.cachefile
90 91
*.VC.db
*.VC.VC.opendb
B
Bradley Grainger 已提交
92

B
Bradley Grainger 已提交
93 94 95
# Visual Studio profiler
*.psess
*.vsp
96
*.vspx
97
*.sap
B
Bradley Grainger 已提交
98

99 100 101
# Visual Studio Trace Files
*.e2e

102 103 104
# TFS 2012 Local Workspace
$tf/

105 106 107
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
108
# ReSharper is a .NET coding add-in
D
Dana 已提交
109 110
_ReSharper*/
*.[Rr]e[Ss]harper
111
*.DotSettings.user
A
Adam Vandenberg 已提交
112

M
Markus Hauge 已提交
113
# JustCode is a .NET coding add-in
114 115
.JustCode

S
Snakiej 已提交
116 117 118
# TeamCity is a build add-in
_TeamCity*

119 120 121
# DotCover is a Code Coverage Tool
*.dotCover

122 123 124 125
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

F
Filip W 已提交
126 127 128 129
# Visual Studio code coverage results
*.coverage
*.coveragexml

130
# NCrunch
131
_NCrunch_*
132
.*crunch*.local.xml
133
nCrunchTemp_*
134

H
hallco978 已提交
135 136 137 138
# MightyMoose
*.mm.*
AutoTest.Net/

139 140 141
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
142
# Installshield output folder
143
[Ee]xpress/
144

145 146 147 148 149 150 151 152 153 154 155
# 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
156
publish/
157

158
# Publish Web Output
S
Steve Hulet 已提交
159
*.[Pp]ublish.xml
M
Milas Bowman 已提交
160
*.azurePubxml
J
James Ko 已提交
161
# Note: Comment the next line if you want to checkin your web deploy settings,
162
# but database connection strings (with potential passwords) will be unencrypted
163
*.pubxml
M
Mads Kristensen 已提交
164
*.publishproj
165

166 167 168 169 170
# 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/

171 172
# NuGet Packages
*.nupkg
173
# The packages folder can be ignored because of Package Restore
174
**/[Pp]ackages/*
175
# except build/, which is used as an MSBuild target.
176
!**/[Pp]ackages/build/
177
# Uncomment if necessary however generally it will be regenerated when needed
178
#!**/[Pp]ackages/repositories.config
V
Victor Uriarte 已提交
179
# NuGet v3's project.json files produces more ignorable files
180 181
*.nuget.props
*.nuget.targets
M
Mickey Puri 已提交
182

A
Anders Lundsgård 已提交
183
# Microsoft Azure Build Output
M
Milas Bowman 已提交
184
csx/
185 186
*.build.csdef

A
Anders Lundsgård 已提交
187
# Microsoft Azure Emulator
188
ecf/
C
Curtis Badke 已提交
189
rcf/
M
Michael Stegmann 已提交
190

K
Kagami Sascha Rosylight 已提交
191
# Windows Store app package directories and files
192
AppPackages/
A
Alexey Belyansky 已提交
193
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
194 195
Package.StoreAssociation.xml
_pkginfo.txt
J
julienshepherd 已提交
196
*.appx
197

198
# Visual Studio cache files
L
LunicLynx 已提交
199
# files ending in .cache can be ignored
M
MOROZILnic 已提交
200
*.[Cc]ache
201 202 203 204
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
205
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
206
~$*
207
*~
208
*.dbmdl
209
*.dbproj.schemaview
210
*.jfm
211
*.pfx
212
*.publishsettings
213
orleans.codegen.cs
D
Dana 已提交
214

215
# Since there are multiple workflows, uncomment next line to ignore bower_components
216 217 218
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

219 220
# RIA/Silverlight projects
Generated_Code/
221

222 223 224
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
225
_UpgradeReport_Files/
226 227
Backup*/
UpgradeLog*.XML
228
UpgradeLog*.htm
229

230
# SQL Server files
231 232
*.mdf
*.ldf
M
Matt Smith 已提交
233
*.ndf
234

235 236 237 238 239
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

240 241
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
242

243 244 245
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
246
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
247
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
248
node_modules/
249 250

# Typescript v1 declaration files
B
Ben Bodenmiller 已提交
251
typings/
C
Carl Suster 已提交
252 253 254 255 256

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
257
*.opt
258

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

262
# Visual Studio LightSwitch build output
263 264 265 266 267
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
268
_Pvt_Extensions
N
Nellemandela 已提交
269 270 271

# Paket dependency manager
.paket/paket.exe
272
paket-files/
273 274 275

# FAKE - F# Make
.fake/
276 277 278 279

# JetBrains Rider
.idea/
*.sln.iml
280 281 282

# CodeRush
.cr/
283 284 285 286

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

288
# Cake - Uncomment if you are using it
289 290
# tools/**
# !tools/packages.config
291 292

# Tabs Studio
293 294
*.tss

295
# Telerik's JustMock configuration file
296 297 298 299 300 301
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
M
Matt Smith 已提交
302
*.xsd.cs
303 304 305

# OpenCover UI analysis results
OpenCover/