VisualStudio.gitignore 4.2 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
A
Adam Vandenberg 已提交
9

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

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

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

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

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

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

D
Damian Hickey 已提交
43
# DNX
44
project.lock.json
45
project.fragment.lock.json
46 47
artifacts/

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

73 74 75
# Chutzpah Test files
_Chutzpah*

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

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

93 94 95
# TFS 2012 Local Workspace
$tf/

96 97 98
# Guidance Automation Toolkit
*.gpState

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

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

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

110 111 112
# DotCover is a Code Coverage Tool
*.dotCover

113
# NCrunch
114
_NCrunch_*
115
.*crunch*.local.xml
116
nCrunchTemp_*
117

H
hallco978 已提交
118 119 120 121
# MightyMoose
*.mm.*
AutoTest.Net/

122 123 124
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
125
# Installshield output folder
126
[Ee]xpress/
127

128 129 130 131 132 133 134 135 136 137 138
# 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
139
publish/
140

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

149 150 151 152 153
# 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/

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

A
Anders Lundsgård 已提交
166
# Microsoft Azure Build Output
M
Milas Bowman 已提交
167
csx/
168 169
*.build.csdef

A
Anders Lundsgård 已提交
170
# Microsoft Azure Emulator
171
ecf/
C
Curtis Badke 已提交
172
rcf/
M
Michael Stegmann 已提交
173

K
Kagami Sascha Rosylight 已提交
174
# Windows Store app package directories and files
175
AppPackages/
A
Alexey Belyansky 已提交
176
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
177 178
Package.StoreAssociation.xml
_pkginfo.txt
179

180
# Visual Studio cache files
L
LunicLynx 已提交
181
# files ending in .cache can be ignored
M
MOROZILnic 已提交
182
*.[Cc]ache
183 184 185 186
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
187
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
188
~$*
189
*~
190
*.dbmdl
191
*.dbproj.schemaview
192
*.pfx
193
*.publishsettings
R
Richard Astbury 已提交
194
node_modules/
195
orleans.codegen.cs
D
Dana 已提交
196

197
# Since there are multiple workflows, uncomment next line to ignore bower_components
198 199 200
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

201 202
# RIA/Silverlight projects
Generated_Code/
203

204 205 206
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
207
_UpgradeReport_Files/
208 209
Backup*/
UpgradeLog*.XML
210
UpgradeLog*.htm
211

212
# SQL Server files
213 214
*.mdf
*.ldf
215

216 217 218 219 220
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

221 222
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
223

224 225 226
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
227
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
228 229 230 231 232 233
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
234
*.opt
235

236
# Visual Studio LightSwitch build output
237 238 239 240 241
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
242
_Pvt_Extensions
N
Nellemandela 已提交
243 244 245

# Paket dependency manager
.paket/paket.exe
246
paket-files/
247 248 249

# FAKE - F# Make
.fake/
250 251 252 253

# JetBrains Rider
.idea/
*.sln.iml
254 255 256

# CodeRush
.cr/
257 258 259 260

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc