VisualStudio.gitignore 2.8 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 26 27
# Visual Studo 2015 cache/options directory
.vs/

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

K
Kristen 已提交
32 33 34 35
#NUNIT
*.VisualState.xml
TestResult.xml

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

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

66 67 68
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
69 70 71 72 73 74
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
75
*.cachefile
B
Bradley Grainger 已提交
76

B
Bradley Grainger 已提交
77 78 79
# Visual Studio profiler
*.psess
*.vsp
80
*.vspx
B
Bradley Grainger 已提交
81

82 83 84
# TFS 2012 Local Workspace
$tf/

85 86 87
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
88
# ReSharper is a .NET coding add-in
D
Dana 已提交
89 90
_ReSharper*/
*.[Rr]e[Ss]harper
91
*.DotSettings.user
A
Adam Vandenberg 已提交
92

93 94 95
# JustCode is a .NET coding addin-in
.JustCode

S
Snakiej 已提交
96 97 98
# TeamCity is a build add-in
_TeamCity*

99 100 101
# DotCover is a Code Coverage Tool
*.dotCover

102
# NCrunch
103
_NCrunch_*
104 105
.*crunch*.local.xml

H
hallco978 已提交
106 107 108 109
# MightyMoose
*.mm.*
AutoTest.Net/

110 111 112
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
113
# Installshield output folder
114
[Ee]xpress/
115

116 117 118 119 120 121 122 123 124 125 126
# 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
127
publish/
128

129
# Publish Web Output
S
Steve Hulet 已提交
130
*.[Pp]ublish.xml
M
Milas Bowman 已提交
131
*.azurePubxml
132 133
# TODO: Comment the next line if you want to checkin your web deploy settings 
# but database connection strings (with potential passwords) will be unencrypted
134
*.pubxml
M
Mads Kristensen 已提交
135
*.publishproj
136

137 138
# NuGet Packages
*.nupkg
139 140 141
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
T
Terje Sandstrom 已提交
142
!**/packages/build/
143
# Uncomment if necessary however generally it will be regenerated when needed
144
#!**/packages/repositories.config
M
Mickey Puri 已提交
145

146
# Windows Azure Build Output
M
Milas Bowman 已提交
147
csx/
148 149 150 151 152
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
153
# Others
M
MOROZILnic 已提交
154
*.[Cc]ache
155
ClientBin/
156
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
157
~$*
158
*~
159
*.dbmdl
160
*.dbproj.schemaview
161
*.pfx
162
*.publishsettings
R
Richard Astbury 已提交
163
node_modules/
S
Sayed Ibrahim Hashimi 已提交
164
bower_components/
D
Dana 已提交
165

166 167
# RIA/Silverlight projects
Generated_Code/
168

169 170 171
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
172
_UpgradeReport_Files/
173 174
Backup*/
UpgradeLog*.XML
175
UpgradeLog*.htm
176

177
# SQL Server files
178 179
*.mdf
*.ldf
180

181 182 183 184 185
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

186 187
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
188 189

# Node.js Tools for Visual Studio
C
Carl Suster 已提交
190 191 192 193 194 195
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
196
*.opt