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

H
Henrik W. Moe 已提交
45
# .NET Core
46
project.lock.json
47
project.fragment.lock.json
48
artifacts/
49
**/Properties/launchSettings.json
50

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

76 77 78
# Chutzpah Test files
_Chutzpah*

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

B
Bradley Grainger 已提交
90 91 92
# Visual Studio profiler
*.psess
*.vsp
93
*.vspx
94
*.sap
B
Bradley Grainger 已提交
95

96 97 98
# TFS 2012 Local Workspace
$tf/

99 100 101
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
102
# ReSharper is a .NET coding add-in
D
Dana 已提交
103 104
_ReSharper*/
*.[Rr]e[Ss]harper
105
*.DotSettings.user
A
Adam Vandenberg 已提交
106

M
Markus Hauge 已提交
107
# JustCode is a .NET coding add-in
108 109
.JustCode

S
Snakiej 已提交
110 111 112
# TeamCity is a build add-in
_TeamCity*

113 114 115
# DotCover is a Code Coverage Tool
*.dotCover

F
Filip W 已提交
116 117 118 119
# Visual Studio code coverage results
*.coverage
*.coveragexml

120
# NCrunch
121
_NCrunch_*
122
.*crunch*.local.xml
123
nCrunchTemp_*
124

H
hallco978 已提交
125 126 127 128
# MightyMoose
*.mm.*
AutoTest.Net/

129 130 131
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
132
# Installshield output folder
133
[Ee]xpress/
134

135 136 137 138 139 140 141 142 143 144 145
# 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
146
publish/
147

148
# Publish Web Output
S
Steve Hulet 已提交
149
*.[Pp]ublish.xml
M
Milas Bowman 已提交
150
*.azurePubxml
151
# TODO: Comment the next line if you want to checkin your web deploy settings
152
# but database connection strings (with potential passwords) will be unencrypted
153
*.pubxml
M
Mads Kristensen 已提交
154
*.publishproj
155

156 157 158 159 160
# 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/

161 162
# NuGet Packages
*.nupkg
163 164 165
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
T
Terje Sandstrom 已提交
166
!**/packages/build/
167
# Uncomment if necessary however generally it will be regenerated when needed
168
#!**/packages/repositories.config
169 170 171
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
M
Mickey Puri 已提交
172

A
Anders Lundsgård 已提交
173
# Microsoft Azure Build Output
M
Milas Bowman 已提交
174
csx/
175 176
*.build.csdef

A
Anders Lundsgård 已提交
177
# Microsoft Azure Emulator
178
ecf/
C
Curtis Badke 已提交
179
rcf/
M
Michael Stegmann 已提交
180

K
Kagami Sascha Rosylight 已提交
181
# Windows Store app package directories and files
182
AppPackages/
A
Alexey Belyansky 已提交
183
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
184 185
Package.StoreAssociation.xml
_pkginfo.txt
186

187
# Visual Studio cache files
L
LunicLynx 已提交
188
# files ending in .cache can be ignored
M
MOROZILnic 已提交
189
*.[Cc]ache
190 191 192 193
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
194
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
195
~$*
196
*~
197
*.dbmdl
198
*.dbproj.schemaview
199
*.jfm
200
*.pfx
201
*.publishsettings
202
orleans.codegen.cs
D
Dana 已提交
203

204
# Since there are multiple workflows, uncomment next line to ignore bower_components
205 206 207
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

208 209
# RIA/Silverlight projects
Generated_Code/
210

211 212 213
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
214
_UpgradeReport_Files/
215 216
Backup*/
UpgradeLog*.XML
217
UpgradeLog*.htm
218

219
# SQL Server files
220 221
*.mdf
*.ldf
222

223 224 225 226 227
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

228 229
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
230

231 232 233
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
234
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
235
.ntvs_analysis.dat
B
Ben Bodenmiller 已提交
236
node_modules/
237 238

# Typescript v1 declaration files
B
Ben Bodenmiller 已提交
239
typings/
C
Carl Suster 已提交
240 241 242 243 244

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
245
*.opt
246

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

250
# Visual Studio LightSwitch build output
251 252 253 254 255
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
256
_Pvt_Extensions
N
Nellemandela 已提交
257 258 259

# Paket dependency manager
.paket/paket.exe
260
paket-files/
261 262 263

# FAKE - F# Make
.fake/
264 265 266 267

# JetBrains Rider
.idea/
*.sln.iml
268 269 270

# CodeRush
.cr/
271 272 273 274

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

276
# Cake - Uncomment if you are using it
277 278
# tools/**
# !tools/packages.config