VisualStudio.gitignore 3.7 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 45 46
project.lock.json
artifacts/

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

72 73 74
# Chutzpah Test files
_Chutzpah*

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

B
Bradley Grainger 已提交
84 85 86
# Visual Studio profiler
*.psess
*.vsp
87
*.vspx
88
*.sap
B
Bradley Grainger 已提交
89

90 91 92
# TFS 2012 Local Workspace
$tf/

93 94 95
# Guidance Automation Toolkit
*.gpState

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

M
Markus Hauge 已提交
101
# JustCode is a .NET coding add-in
102 103
.JustCode

S
Snakiej 已提交
104 105 106
# TeamCity is a build add-in
_TeamCity*

107 108 109
# DotCover is a Code Coverage Tool
*.dotCover

110
# NCrunch
111
_NCrunch_*
112
.*crunch*.local.xml
113
nCrunchTemp_*
114

H
hallco978 已提交
115 116 117 118
# MightyMoose
*.mm.*
AutoTest.Net/

119 120 121
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
122
# Installshield output folder
123
[Ee]xpress/
124

125 126 127 128 129 130 131 132 133 134 135
# 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
136
publish/
137

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

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

A
Anders Lundsgård 已提交
158
# Microsoft Azure Build Output
M
Milas Bowman 已提交
159
csx/
160 161
*.build.csdef

A
Anders Lundsgård 已提交
162
# Microsoft Azure Emulator
163
ecf/
C
Curtis Badke 已提交
164
rcf/
M
Michael Stegmann 已提交
165

A
Anders Lundsgård 已提交
166
# Microsoft Azure ApplicationInsights config file
167 168
ApplicationInsights.config

K
Kagami Sascha Rosylight 已提交
169
# Windows Store app package directories and files
170
AppPackages/
A
Alexey Belyansky 已提交
171
BundleArtifacts/
K
Kagami Sascha Rosylight 已提交
172 173
Package.StoreAssociation.xml
_pkginfo.txt
174

175
# Visual Studio cache files
L
LunicLynx 已提交
176
# files ending in .cache can be ignored
M
MOROZILnic 已提交
177
*.[Cc]ache
178 179 180 181
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
182
ClientBin/
J
Juan Pablo Garcia Dalolla 已提交
183
~$*
184
*~
185
*.dbmdl
186
*.dbproj.schemaview
187
*.pfx
188
*.publishsettings
R
Richard Astbury 已提交
189
node_modules/
190
orleans.codegen.cs
D
Dana 已提交
191

192 193
# RIA/Silverlight projects
Generated_Code/
194

195 196 197
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
198
_UpgradeReport_Files/
199 200
Backup*/
UpgradeLog*.XML
201
UpgradeLog*.htm
202

203
# SQL Server files
204 205
*.mdf
*.ldf
206

207 208 209 210 211
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

212 213
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
214

215 216 217
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
218
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
219 220 221 222 223 224
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
225
*.opt
226

227
# Visual Studio LightSwitch build output
228 229 230 231 232
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
233
_Pvt_Extensions
N
Nellemandela 已提交
234 235 236

# Paket dependency manager
.paket/paket.exe
237 238 239

# FAKE - F# Make
.fake/