VisualStudio.gitignore 3.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
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/
D
Dana 已提交
20
build/
V
Vicente Plata 已提交
21
bld/
22 23
[Bb]in/
[Oo]bj/
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
M
Mickey Puri 已提交
154

155
# Windows Azure Build Output
M
Milas Bowman 已提交
156
csx/
157 158
*.build.csdef

M
Michael Stegmann 已提交
159
# Windows Azure Emulator
160
ecf/
C
Curtis Badke 已提交
161
rcf/
M
Michael Stegmann 已提交
162

163 164 165
# Windows Store app package directory
AppPackages/

166
# Visual Studio cache files
L
LunicLynx 已提交
167
# files ending in .cache can be ignored
M
MOROZILnic 已提交
168
*.[Cc]ache
169 170 171 172
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
173
ClientBin/
174
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
175
~$*
176
*~
177
*.dbmdl
178
*.dbproj.schemaview
179
*.pfx
180
*.publishsettings
R
Richard Astbury 已提交
181
node_modules/
182
orleans.codegen.cs
D
Dana 已提交
183

184 185
# RIA/Silverlight projects
Generated_Code/
186

187 188 189
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
190
_UpgradeReport_Files/
191 192
Backup*/
UpgradeLog*.XML
193
UpgradeLog*.htm
194

195
# SQL Server files
196 197
*.mdf
*.ldf
198

199 200 201 202 203
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

204 205
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
206

207 208 209
# GhostDoc plugin setting file
*.GhostDoc.xml

M
Mustafa Arif 已提交
210
# Node.js Tools for Visual Studio
C
Carl Suster 已提交
211 212 213 214 215 216
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
217
*.opt
218

219
# Visual Studio LightSwitch build output
220 221 222 223 224
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
225
_Pvt_Extensions
N
Nellemandela 已提交
226 227 228

# Paket dependency manager
.paket/paket.exe
229 230 231

# FAKE - F# Make
.fake/