VisualStudio.gitignore 4.5 KB
Newer Older
A
Adam Vandenberg 已提交
1 2 3 4 5 6
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
7
*.userosscache
8
*.sln.docstates
J
Jørn Christensen 已提交
9
*.vcxproj.filters
A
Adam Vandenberg 已提交
10

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

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

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

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

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

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

D
Damian Hickey 已提交
44
# DNX
45
project.lock.json
46
project.fragment.lock.json
47
artifacts/
48
Properties/launchSettings.json
49

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

75 76 77
# Chutzpah Test files
_Chutzpah*

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

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

95 96 97
# TFS 2012 Local Workspace
$tf/

98 99 100
# Guidance Automation Toolkit
*.gpState

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# Others
193
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
194
~$*
195
*~
196
*.dbmdl
197
*.dbproj.schemaview
198
*.jfm
199
*.pfx
200
*.publishsettings
R
Richard Astbury 已提交
201
node_modules/
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 236 237 238 239 240
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
241
*.opt
242

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

246
# Visual Studio LightSwitch build output
247 248 249 250 251
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
252
_Pvt_Extensions
N
Nellemandela 已提交
253 254 255

# Paket dependency manager
.paket/paket.exe
256
paket-files/
257 258 259

# FAKE - F# Make
.fake/
260 261 262 263

# JetBrains Rider
.idea/
*.sln.iml
264 265 266

# CodeRush
.cr/
267 268 269 270

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

272 273
# Cake - Uncomment if you are using it
# tools/