|
1 |
| -## Ignore Visual Studio temporary files, build results, and |
2 |
| -## files generated by popular Visual Studio add-ons. |
3 |
| - |
4 |
| -# User-specific files |
5 |
| -*.suo |
6 |
| -*.user |
7 |
| -*.userosscache |
8 |
| -*.sln.docstates |
9 |
| - |
10 |
| -# User-specific files (MonoDevelop/Xamarin Studio) |
11 |
| -*.userprefs |
12 |
| - |
13 |
| -# Build results |
14 |
| -[Dd]ebug/ |
15 |
| -[Dd]ebugPublic/ |
16 |
| -[Rr]elease/ |
17 |
| -[Rr]eleases/ |
18 |
| -x64/ |
19 |
| -x86/ |
20 |
| -bld/ |
21 |
| -[Bb]in/ |
22 |
| -[Oo]bj/ |
23 |
| -[Ll]og/ |
24 |
| - |
25 |
| -# Visual Studio 2015 cache/options directory |
26 |
| -.vs/ |
27 |
| -# Uncomment if you have tasks that create the project's static files in wwwroot |
28 |
| -#wwwroot/ |
29 |
| - |
30 |
| -# MSTest test Results |
31 |
| -[Tt]est[Rr]esult*/ |
32 |
| -[Bb]uild[Ll]og.* |
33 |
| - |
34 |
| -# NUNIT |
35 |
| -*.VisualState.xml |
36 |
| -TestResult.xml |
37 |
| - |
38 |
| -# Build Results of an ATL Project |
39 |
| -[Dd]ebugPS/ |
40 |
| -[Rr]eleasePS/ |
41 |
| -dlldata.c |
42 |
| - |
43 |
| -# DNX |
44 |
| -project.lock.json |
45 |
| -project.fragment.lock.json |
46 |
| -artifacts/ |
47 |
| -Properties/launchSettings.json |
48 |
| - |
49 |
| -*_i.c |
50 |
| -*_p.c |
51 |
| -*_i.h |
52 |
| -*.ilk |
53 |
| -*.meta |
54 |
| -*.obj |
55 |
| -*.pch |
56 |
| -*.pdb |
57 |
| -*.pgc |
58 |
| -*.pgd |
59 |
| -*.rsp |
60 |
| -*.sbr |
61 |
| -*.tlb |
62 |
| -*.tli |
63 |
| -*.tlh |
64 |
| -*.tmp |
65 |
| -*.tmp_proj |
66 |
| -*.log |
67 |
| -*.vspscc |
68 |
| -*.vssscc |
69 |
| -.builds |
70 |
| -*.pidb |
71 |
| -*.svclog |
72 |
| -*.scc |
73 |
| - |
74 |
| -# Chutzpah Test files |
75 |
| -_Chutzpah* |
76 |
| - |
77 |
| -# Visual C++ cache files |
78 |
| -ipch/ |
79 |
| -*.aps |
80 |
| -*.ncb |
81 |
| -*.opendb |
82 |
| -*.opensdf |
83 |
| -*.sdf |
84 |
| -*.cachefile |
85 |
| -*.VC.db |
86 |
| -*.VC.VC.opendb |
87 |
| - |
88 |
| -# Visual Studio profiler |
89 |
| -*.psess |
90 |
| -*.vsp |
91 |
| -*.vspx |
92 |
| -*.sap |
93 |
| - |
94 |
| -# TFS 2012 Local Workspace |
95 |
| -$tf/ |
96 |
| - |
97 |
| -# Guidance Automation Toolkit |
98 |
| -*.gpState |
99 |
| - |
100 |
| -# ReSharper is a .NET coding add-in |
101 |
| -_ReSharper*/ |
102 |
| -*.[Rr]e[Ss]harper |
103 |
| -*.DotSettings.user |
104 |
| - |
105 |
| -# JustCode is a .NET coding add-in |
106 |
| -.JustCode |
107 |
| - |
108 |
| -# TeamCity is a build add-in |
109 |
| -_TeamCity* |
110 |
| - |
111 |
| -# DotCover is a Code Coverage Tool |
112 |
| -*.dotCover |
113 |
| - |
114 |
| -# Visual Studio code coverage results |
115 |
| -*.coverage |
116 |
| -*.coveragexml |
117 |
| - |
118 |
| -# NCrunch |
119 |
| -_NCrunch_* |
120 |
| -.*crunch*.local.xml |
121 |
| -nCrunchTemp_* |
122 |
| - |
123 |
| -# MightyMoose |
124 |
| -*.mm.* |
125 |
| -AutoTest.Net/ |
126 |
| - |
127 |
| -# Web workbench (sass) |
128 |
| -.sass-cache/ |
129 |
| - |
130 |
| -# Installshield output folder |
131 |
| -[Ee]xpress/ |
132 |
| - |
133 |
| -# DocProject is a documentation generator add-in |
134 |
| -DocProject/buildhelp/ |
135 |
| -DocProject/Help/*.HxT |
136 |
| -DocProject/Help/*.HxC |
137 |
| -DocProject/Help/*.hhc |
138 |
| -DocProject/Help/*.hhk |
139 |
| -DocProject/Help/*.hhp |
140 |
| -DocProject/Help/Html2 |
141 |
| -DocProject/Help/html |
142 |
| - |
143 |
| -# Click-Once directory |
144 |
| -publish/ |
145 |
| - |
146 |
| -# Publish Web Output |
147 |
| -*.[Pp]ublish.xml |
148 |
| -*.azurePubxml |
149 |
| -# TODO: Comment the next line if you want to checkin your web deploy settings |
150 |
| -# but database connection strings (with potential passwords) will be unencrypted |
151 |
| -*.pubxml |
152 |
| -*.publishproj |
153 |
| - |
154 |
| -# Microsoft Azure Web App publish settings. Comment the next line if you want to |
155 |
| -# checkin your Azure Web App publish settings, but sensitive information contained |
156 |
| -# in these scripts will be unencrypted |
157 |
| -PublishScripts/ |
158 |
| - |
159 |
| -# NuGet Packages |
160 |
| -*.nupkg |
161 |
| -# The packages folder can be ignored because of Package Restore |
162 |
| -**/packages/* |
163 |
| -# except build/, which is used as an MSBuild target. |
164 |
| -!**/packages/build/ |
165 |
| -# Uncomment if necessary however generally it will be regenerated when needed |
166 |
| -#!**/packages/repositories.config |
167 |
| -# NuGet v3's project.json files produces more ignoreable files |
168 |
| -*.nuget.props |
169 |
| -*.nuget.targets |
170 |
| - |
171 |
| -# Microsoft Azure Build Output |
172 |
| -csx/ |
173 |
| -*.build.csdef |
174 |
| - |
175 |
| -# Microsoft Azure Emulator |
176 |
| -ecf/ |
177 |
| -rcf/ |
178 |
| - |
179 |
| -# Windows Store app package directories and files |
180 |
| -AppPackages/ |
181 |
| -BundleArtifacts/ |
182 |
| -Package.StoreAssociation.xml |
183 |
| -_pkginfo.txt |
184 |
| - |
185 |
| -# Visual Studio cache files |
186 |
| -# files ending in .cache can be ignored |
187 |
| -*.[Cc]ache |
188 |
| -# but keep track of directories ending in .cache |
189 |
| -!*.[Cc]ache/ |
190 |
| - |
191 |
| -# Others |
192 |
| -ClientBin/ |
193 |
| -~$* |
194 |
| -*~ |
195 |
| -*.dbmdl |
196 |
| -*.dbproj.schemaview |
197 |
| -*.jfm |
198 |
| -*.pfx |
199 |
| -*.publishsettings |
200 |
| -node_modules/ |
201 |
| -orleans.codegen.cs |
202 |
| - |
203 |
| -# Since there are multiple workflows, uncomment next line to ignore bower_components |
204 |
| -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
205 |
| -#bower_components/ |
206 |
| - |
207 |
| -# RIA/Silverlight projects |
208 |
| -Generated_Code/ |
209 |
| - |
210 |
| -# Backup & report files from converting an old project file |
211 |
| -# to a newer Visual Studio version. Backup files are not needed, |
212 |
| -# because we have git ;-) |
213 |
| -_UpgradeReport_Files/ |
214 |
| -Backup*/ |
215 |
| -UpgradeLog*.XML |
216 |
| -UpgradeLog*.htm |
217 |
| - |
218 |
| -# SQL Server files |
219 |
| -*.mdf |
220 |
| -*.ldf |
221 |
| - |
222 |
| -# Business Intelligence projects |
223 |
| -*.rdl.data |
224 |
| -*.bim.layout |
225 |
| -*.bim_*.settings |
226 |
| - |
227 |
| -# Microsoft Fakes |
228 |
| -FakesAssemblies/ |
229 |
| - |
230 |
| -# GhostDoc plugin setting file |
231 |
| -*.GhostDoc.xml |
232 |
| - |
233 |
| -# Node.js Tools for Visual Studio |
234 |
| -.ntvs_analysis.dat |
235 |
| - |
236 |
| -# Visual Studio 6 build log |
237 |
| -*.plg |
238 |
| - |
239 |
| -# Visual Studio 6 workspace options file |
240 |
| -*.opt |
241 |
| - |
242 |
| -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
243 |
| -*.vbw |
244 |
| - |
245 |
| -# Visual Studio LightSwitch build output |
246 |
| -**/*.HTMLClient/GeneratedArtifacts |
247 |
| -**/*.DesktopClient/GeneratedArtifacts |
248 |
| -**/*.DesktopClient/ModelManifest.xml |
249 |
| -**/*.Server/GeneratedArtifacts |
250 |
| -**/*.Server/ModelManifest.xml |
251 |
| -_Pvt_Extensions |
252 |
| - |
253 |
| -# Paket dependency manager |
254 |
| -.paket/paket.exe |
255 |
| -paket-files/ |
256 |
| - |
257 |
| -# FAKE - F# Make |
258 |
| -.fake/ |
259 |
| - |
260 |
| -# JetBrains Rider |
261 |
| -.idea/ |
262 |
| -*.sln.iml |
263 |
| - |
264 |
| -# CodeRush |
265 |
| -.cr/ |
266 |
| - |
267 |
| -# Python Tools for Visual Studio (PTVS) |
268 |
| -__pycache__/ |
269 |
| -*.pyc |
270 |
| - |
271 |
| -# Cake - Uncomment if you are using it |
272 |
| -# tools/ |
273 |
| - |
274 |
| -### VisualStudio Patch ### |
275 |
| -build/ |
| 1 | +# ignore all obj and bin folders (even in subdirectories) |
| 2 | +obj/ |
| 3 | +bin/ |
| 4 | +/Documentation/Help |
| 5 | +/packages/AvalonEdit |
| 6 | +/packages/AvalonEdit.Sample |
| 7 | +/packages/NUnit.2.6.3 |
| 8 | +/Documentation/IntelliSense |
0 commit comments