VisualStudio.gitignore 2.6 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

# Build results
11
[Dd]ebug/
S
simonbuehler 已提交
12
[Dd]ebugPublic/
M
Mateusz Wolsza 已提交
13 14
[Rr]elease/
[Rr]eleases/
15
x64/
16
x86/
D
Dana 已提交
17
build/
V
Vicente Plata 已提交
18
bld/
19 20
[Bb]in/
[Oo]bj/
D
Dana 已提交
21

22
# Roslyn cache directories
23
*.ide/
24

25
# MSTest test Results
26
[Tt]est[Rr]esult*/
D
Dana 已提交
27 28
[Bb]uild[Ll]og.*

K
Kristen 已提交
29 30 31 32
#NUNIT
*.VisualState.xml
TestResult.xml

33 34 35 36 37
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

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

63 64 65
# Chutzpah Test files
_Chutzpah*

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

B
Bradley Grainger 已提交
74 75 76
# Visual Studio profiler
*.psess
*.vsp
77
*.vspx
B
Bradley Grainger 已提交
78

79 80 81
# TFS 2012 Local Workspace
$tf/

82 83 84
# Guidance Automation Toolkit
*.gpState

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

90 91 92
# JustCode is a .NET coding addin-in
.JustCode

S
Snakiej 已提交
93 94 95
# TeamCity is a build add-in
_TeamCity*

96 97 98
# DotCover is a Code Coverage Tool
*.dotCover

99
# NCrunch
100
_NCrunch_*
101 102
.*crunch*.local.xml

H
hallco978 已提交
103 104 105 106
# MightyMoose
*.mm.*
AutoTest.Net/

107 108 109
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
110
# Installshield output folder
111
[Ee]xpress/
112

113 114 115 116 117 118 119 120 121 122 123
# 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
124
publish/
125

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

134 135
# NuGet Packages
*.nupkg
136 137 138
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
T
Terje Sandstrom 已提交
139
!**/packages/build/
140 141
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config
M
Mickey Puri 已提交
142

143
# Windows Azure Build Output
M
Milas Bowman 已提交
144
csx/
145 146 147 148 149
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
150
# Others
151
sql/
J
Juan Pablo Garcia Dalolla 已提交
152
*.Cache
153
ClientBin/
154
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
155
~$*
156
*~
157
*.dbmdl
158
*.dbproj.schemaview
159
*.pfx
160
*.publishsettings
R
Richard Astbury 已提交
161
node_modules/
D
Dana 已提交
162

163 164
# RIA/Silverlight projects
Generated_Code/
165

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

174
# SQL Server files
175 176
*.mdf
*.ldf
177

178 179 180 181 182
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

183 184
# Microsoft Fakes
FakesAssemblies/