IgnorePackages 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/
12
[Rr]elease/
13
x64/
D
Dana 已提交
14
build/
V
Vicente Plata 已提交
15
bld/
16 17
[Bb]in/
[Oo]bj/
D
Dana 已提交
18

19
# MSTest test Results
20
[Tt]est[Rr]esult*/
D
Dana 已提交
21 22
[Bb]uild[Ll]og.*

K
Kristen 已提交
23 24 25 26
#NUNIT
*.VisualState.xml
TestResult.xml

27 28 29 30 31
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

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

57 58 59
# Chutzpah Test files
_Chutzpah*

B
Bradley Grainger 已提交
60 61 62 63 64 65
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
66
*.cachefile
B
Bradley Grainger 已提交
67

B
Bradley Grainger 已提交
68 69 70
# Visual Studio profiler
*.psess
*.vsp
71
*.vspx
B
Bradley Grainger 已提交
72

73 74 75
# TFS 2012 Local Workspace
$tf/

76 77 78
# Guidance Automation Toolkit
*.gpState

A
Adam Vandenberg 已提交
79
# ReSharper is a .NET coding add-in
D
Dana 已提交
80 81
_ReSharper*/
*.[Rr]e[Ss]harper
82
*.DotSettings.user
A
Adam Vandenberg 已提交
83

84 85 86
# JustCode is a .NET coding addin-in
.JustCode

S
Snakiej 已提交
87 88 89
# TeamCity is a build add-in
_TeamCity*

90 91 92
# DotCover is a Code Coverage Tool
*.dotCover

93 94
# NCrunch
*.ncrunch*
95
_NCrunch_*
96 97
.*crunch*.local.xml

H
hallco978 已提交
98 99 100 101
# MightyMoose
*.mm.*
AutoTest.Net/

102 103 104
# Web workbench (sass)
.sass-cache/

D
Dana 已提交
105
# Installshield output folder
106
[Ee]xpress/
107

108 109 110 111 112 113 114 115 116 117 118
# 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
119
publish/
120

121
# Publish Web Output
S
Steve Hulet 已提交
122
*.[Pp]ublish.xml
M
Milas Bowman 已提交
123
*.azurePubxml
124

125
# NuGet Packages Directory
126 127
packages/*
## TODO: If the tool you use requires repositories.config uncomment the next line
M
Manoj 已提交
128
#!packages/repositories.config
129

M
Mickey Puri 已提交
130 131 132 133
# 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)
!packages/build/

134
# Windows Azure Build Output
M
Milas Bowman 已提交
135
csx/
136 137 138 139 140
*.build.csdef

# Windows Store app package directory
AppPackages/

A
Adam Vandenberg 已提交
141
# Others
142
sql/
J
Juan Pablo Garcia Dalolla 已提交
143
*.Cache
144
ClientBin/
145
[Ss]tyle[Cc]op.*
J
Juan Pablo Garcia Dalolla 已提交
146
~$*
147
*~
148
*.dbmdl
149
*.dbproj.schemaview
150
*.pfx
151
*.publishsettings
R
Richard Astbury 已提交
152
node_modules/
D
Dana 已提交
153

154 155
# RIA/Silverlight projects
Generated_Code/
156 157 158 159

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
160 161
Backup*/
UpgradeLog*.XML
162
UpgradeLog*.htm
163

164
# SQL Server files
165 166
*.mdf
*.ldf
167

168 169 170 171 172
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

173 174 175
# Microsoft Fakes
FakesAssemblies/

176 177 178 179 180 181 182 183 184 185 186 187 188
# =========================
# Windows detritus
# =========================

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/