VisualStudio.gitignore 5.3 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
artifacts/
55
**/Properties/launchSettings.json
56

57 58 59 60
# StyleCop
StyleCopReport.xml

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

86 87 88
# Chutzpah Test files
_Chutzpah*

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

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

106 107 108
# Visual Studio Trace Files
*.e2e

109 110 111
# TFS 2012 Local Workspace
$tf/

112 113 114
# Guidance Automation Toolkit
*.gpState

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

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

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

126 127 128
# DotCover is a Code Coverage Tool
*.dotCover

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

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

137
# NCrunch
138
_NCrunch_*
139
.*crunch*.local.xml
140
nCrunchTemp_*
141

H
hallco978 已提交
142 143 144 145
# MightyMoose
*.mm.*
AutoTest.Net/

146 147 148
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
149
# Installshield output folder
150
[Ee]xpress/
151

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

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

173 174 175 176 177
# 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/

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

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

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

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

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

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

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

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

230 231
# RIA/Silverlight projects
Generated_Code/
232

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

241
# SQL Server files
242 243
*.mdf
*.ldf
M
Matt Smith 已提交
244
*.ndf
245

246 247 248 249 250
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

251 252
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
253

254 255 256
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
257
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
258
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
259
node_modules/
260

A
Aayush Kapoor 已提交
261
# TypeScript v1 declaration files
B
Ben Bodenmiller 已提交
262
typings/
C
Carl Suster 已提交
263 264 265 266 267

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
268
*.opt
269

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

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

# Paket dependency manager
.paket/paket.exe
283
paket-files/
284 285 286

# FAKE - F# Make
.fake/
287 288 289 290

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

# CodeRush
.cr/
294 295 296 297

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

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

# Tabs Studio
304 305
*.tss

306
# Telerik's JustMock configuration file
307 308 309 310 311 312
*.jmconfig

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

# OpenCover UI analysis results
OpenCover/
317 318 319

# Azure Stream Analytics local run output 
ASALocalRun/
320 321 322 323

# MSBuild Binary and Structured Log
*.binlog