VisualStudio.gitignore 3.0 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 27
.vs/

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

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

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

D
Damian Hickey 已提交
41
# DNX
42 43 44
project.lock.json
artifacts/

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

70 71 72
# Chutzpah Test files
_Chutzpah*

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

B
Bradley Grainger 已提交
81 82 83
# Visual Studio profiler
*.psess
*.vsp
84
*.vspx
B
Bradley Grainger 已提交
85

86 87 88
# TFS 2012 Local Workspace
$tf/

89 90 91
# Guidance Automation Toolkit
*.gpState

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

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

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

103 104 105
# DotCover is a Code Coverage Tool
*.dotCover

106
# NCrunch
107
_NCrunch_*
108 109
.*crunch*.local.xml

H
hallco978 已提交
110 111 112 113
# MightyMoose
*.mm.*
AutoTest.Net/

114 115 116
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
117
# Installshield output folder
118
[Ee]xpress/
119

120 121 122 123 124 125 126 127 128 129 130
# 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
131
publish/
132

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

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

150
# Windows Azure Build Output
M
Milas Bowman 已提交
151
csx/
152 153 154 155 156
*.build.csdef

# Windows Store app package directory
AppPackages/

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

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

175 176
# RIA/Silverlight projects
Generated_Code/
177

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

186
# SQL Server files
187 188
*.mdf
*.ldf
189

190 191 192 193 194
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

195 196
# Microsoft Fakes
FakesAssemblies/
M
Mustafa Arif 已提交
197 198

# Node.js Tools for Visual Studio
C
Carl Suster 已提交
199 200 201 202 203 204
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
205
*.opt