VisualStudio.gitignore 2.7 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
*.sln.docstates
A
Adam Vandenberg 已提交
8 9

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

20
# Roslyn cache directories
21
*.ide/
22

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

K
Kristen 已提交
27 28 29 30
#NUNIT
*.VisualState.xml
TestResult.xml

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

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

61 62 63
# Chutzpah Test files
_Chutzpah*

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

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

77 78 79
# TFS 2012 Local Workspace
$tf/

80 81 82
# Guidance Automation Toolkit
*.gpState

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

88 89 90
# JustCode is a .NET coding addin-in
.JustCode

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

94 95 96
# DotCover is a Code Coverage Tool
*.dotCover

97
# NCrunch
98
_NCrunch_*
99 100
.*crunch*.local.xml

H
hallco978 已提交
101 102 103 104
# MightyMoose
*.mm.*
AutoTest.Net/

105 106 107
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
108
# Installshield output folder
109
[Ee]xpress/
110

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

124
# Publish Web Output
S
Steve Hulet 已提交
125
*.[Pp]ublish.xml
M
Milas Bowman 已提交
126
*.azurePubxml
127 128 129
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
130
*.pubxml
131

132
# NuGet Packages
133
packages/*
134
*.nupkg
135 136
## TODO: If the tool you use requires repositories.config
## uncomment the next line
M
Manoj 已提交
137
#!packages/repositories.config
138

139 140 141 142
# Enable "build/" folder in the NuGet Packages folder since
# NuGet packages use it for MSBuild targets.
# This line needs to be after the ignore of the build folder
# (and the packages folder if the line above has been uncommented)
M
Mickey Puri 已提交
143 144
!packages/build/

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

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
152
# Others
153
sql/
J
Juan Pablo Garcia Dalolla 已提交
154
*.Cache
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/
D
Dana 已提交
164

165 166
# RIA/Silverlight projects
Generated_Code/
167

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

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

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

185 186
# Microsoft Fakes
FakesAssemblies/