VisualStudio.gitignore 3.1 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
B
Bradley Grainger 已提交
87

88 89 90
# TFS 2012 Local Workspace
$tf/

91 92 93
# Guidance Automation Toolkit
*.gpState

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

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

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

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

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

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

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

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

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

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

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

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

# Windows Store app package directory
AppPackages/

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

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

178 179
# RIA/Silverlight projects
Generated_Code/
180

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

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

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

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

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

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
208
*.opt