VisualStudio.gitignore 3.3 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 79 80
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
81
*.cachefile
B
Bradley Grainger 已提交
82

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

89 90 91
# TFS 2012 Local Workspace
$tf/

92 93 94
# Guidance Automation Toolkit
*.gpState

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

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

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

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

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

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

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

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

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

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

145 146
# NuGet Packages
*.nupkg
147 148 149
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
T
Terje Sandstrom 已提交
150
!**/packages/build/
151
# Uncomment if necessary however generally it will be regenerated when needed
152
#!**/packages/repositories.config
M
Mickey Puri 已提交
153

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

# Windows Store app package directory
AppPackages/

161
# Visual Studio cache files
L
LunicLynx 已提交
162
# files ending in .cache can be ignored
M
MOROZILnic 已提交
163
*.[Cc]ache
164 165 166 167
# but keep track of directories ending in .cache
!*.[Cc]ache/

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

179 180
# RIA/Silverlight projects
Generated_Code/
181

182 183 184
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
185
_UpgradeReport_Files/
186 187
Backup*/
UpgradeLog*.XML
188
UpgradeLog*.htm
189

190
# SQL Server files
191 192
*.mdf
*.ldf
193

194 195 196 197 198
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

199 200
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
201 202

# Node.js Tools for Visual Studio
C
Carl Suster 已提交
203 204 205 206 207 208
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
209
*.opt
210

211
# Visual Studio LightSwitch build output
212 213 214 215 216
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
S
sfhardman 已提交
217
_Pvt_Extensions