teotestbluetooth / .gitignore @ 4ca686e8
Historique | Voir | Annoter | Télécharger (7,076 ko)
1 |
# Created by https://www.toptal.com/developers/gitignore/api/visualstudio,xamarinstudio |
---|---|
2 |
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio,xamarinstudio |
3 |
|
4 |
### XamarinStudio ### |
5 |
bin/ |
6 |
obj/ |
7 |
*.userprefs |
8 |
.packages |
9 |
|
10 |
### VisualStudio ### |
11 |
## Ignore Visual Studio temporary files, build results, and |
12 |
## files generated by popular Visual Studio add-ons. |
13 |
## |
14 |
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore |
15 |
|
16 |
# User-specific files |
17 |
*.rsuser |
18 |
*.suo |
19 |
*.user |
20 |
*.userosscache |
21 |
*.sln.docstates |
22 |
|
23 |
# User-specific files (MonoDevelop/Xamarin Studio) |
24 |
|
25 |
# Mono auto generated files |
26 |
mono_crash.* |
27 |
|
28 |
# Build results |
29 |
[Dd]ebug/ |
30 |
[Dd]ebugPublic/ |
31 |
[Rr]elease/ |
32 |
[Rr]eleases/ |
33 |
x64/ |
34 |
x86/ |
35 |
[Ww][Ii][Nn]32/ |
36 |
[Aa][Rr][Mm]/ |
37 |
[Aa][Rr][Mm]64/ |
38 |
bld/ |
39 |
[Bb]in/ |
40 |
[Oo]bj/ |
41 |
[Ll]og/ |
42 |
[Ll]ogs/ |
43 |
|
44 |
# Visual Studio 2015/2017 cache/options directory |
45 |
.vs/ |
46 |
# Uncomment if you have tasks that create the project's static files in wwwroot |
47 |
#wwwroot/ |
48 |
|
49 |
# Visual Studio 2017 auto generated files |
50 |
Generated\ Files/ |
51 |
|
52 |
# MSTest test Results |
53 |
[Tt]est[Rr]esult*/ |
54 |
[Bb]uild[Ll]og.* |
55 |
|
56 |
# NUnit |
57 |
*.VisualState.xml |
58 |
TestResult.xml |
59 |
nunit-*.xml |
60 |
|
61 |
# Build Results of an ATL Project |
62 |
[Dd]ebugPS/ |
63 |
[Rr]eleasePS/ |
64 |
dlldata.c |
65 |
|
66 |
# Benchmark Results |
67 |
BenchmarkDotNet.Artifacts/ |
68 |
|
69 |
# .NET Core |
70 |
project.lock.json |
71 |
project.fragment.lock.json |
72 |
artifacts/ |
73 |
|
74 |
# ASP.NET Scaffolding |
75 |
ScaffoldingReadMe.txt |
76 |
|
77 |
# StyleCop |
78 |
StyleCopReport.xml |
79 |
|
80 |
# Files built by Visual Studio |
81 |
*_i.c |
82 |
*_p.c |
83 |
*_h.h |
84 |
*.ilk |
85 |
*.meta |
86 |
*.obj |
87 |
*.iobj |
88 |
*.pch |
89 |
*.pdb |
90 |
*.ipdb |
91 |
*.pgc |
92 |
*.pgd |
93 |
*.rsp |
94 |
*.sbr |
95 |
*.tlb |
96 |
*.tli |
97 |
*.tlh |
98 |
*.tmp |
99 |
*.tmp_proj |
100 |
*_wpftmp.csproj |
101 |
*.log |
102 |
*.tlog |
103 |
*.vspscc |
104 |
*.vssscc |
105 |
.builds |
106 |
*.pidb |
107 |
*.svclog |
108 |
*.scc |
109 |
|
110 |
# Chutzpah Test files |
111 |
_Chutzpah* |
112 |
|
113 |
# Visual C++ cache files |
114 |
ipch/ |
115 |
*.aps |
116 |
*.ncb |
117 |
*.opendb |
118 |
*.opensdf |
119 |
*.sdf |
120 |
*.cachefile |
121 |
*.VC.db |
122 |
*.VC.VC.opendb |
123 |
|
124 |
# Visual Studio profiler |
125 |
*.psess |
126 |
*.vsp |
127 |
*.vspx |
128 |
*.sap |
129 |
|
130 |
# Visual Studio Trace Files |
131 |
*.e2e |
132 |
|
133 |
# TFS 2012 Local Workspace |
134 |
$tf/ |
135 |
|
136 |
# Guidance Automation Toolkit |
137 |
*.gpState |
138 |
|
139 |
# ReSharper is a .NET coding add-in |
140 |
_ReSharper*/ |
141 |
*.[Rr]e[Ss]harper |
142 |
*.DotSettings.user |
143 |
|
144 |
# TeamCity is a build add-in |
145 |
_TeamCity* |
146 |
|
147 |
# DotCover is a Code Coverage Tool |
148 |
*.dotCover |
149 |
|
150 |
# AxoCover is a Code Coverage Tool |
151 |
.axoCover/* |
152 |
!.axoCover/settings.json |
153 |
|
154 |
# Coverlet is a free, cross platform Code Coverage Tool |
155 |
coverage*.json |
156 |
coverage*.xml |
157 |
coverage*.info |
158 |
|
159 |
# Visual Studio code coverage results |
160 |
*.coverage |
161 |
*.coveragexml |
162 |
|
163 |
# NCrunch |
164 |
_NCrunch_* |
165 |
.*crunch*.local.xml |
166 |
nCrunchTemp_* |
167 |
|
168 |
# MightyMoose |
169 |
*.mm.* |
170 |
AutoTest.Net/ |
171 |
|
172 |
# Web workbench (sass) |
173 |
.sass-cache/ |
174 |
|
175 |
# Installshield output folder |
176 |
[Ee]xpress/ |
177 |
|
178 |
# DocProject is a documentation generator add-in |
179 |
DocProject/buildhelp/ |
180 |
DocProject/Help/*.HxT |
181 |
DocProject/Help/*.HxC |
182 |
DocProject/Help/*.hhc |
183 |
DocProject/Help/*.hhk |
184 |
DocProject/Help/*.hhp |
185 |
DocProject/Help/Html2 |
186 |
DocProject/Help/html |
187 |
|
188 |
# Click-Once directory |
189 |
publish/ |
190 |
|
191 |
# Publish Web Output |
192 |
*.[Pp]ublish.xml |
193 |
*.azurePubxml |
194 |
# Note: Comment the next line if you want to checkin your web deploy settings, |
195 |
# but database connection strings (with potential passwords) will be unencrypted |
196 |
*.pubxml |
197 |
*.publishproj |
198 |
|
199 |
# Microsoft Azure Web App publish settings. Comment the next line if you want to |
200 |
# checkin your Azure Web App publish settings, but sensitive information contained |
201 |
# in these scripts will be unencrypted |
202 |
PublishScripts/ |
203 |
|
204 |
# NuGet Packages |
205 |
*.nupkg |
206 |
# NuGet Symbol Packages |
207 |
*.snupkg |
208 |
# The packages folder can be ignored because of Package Restore |
209 |
**/[Pp]ackages/* |
210 |
# except build/, which is used as an MSBuild target. |
211 |
!**/[Pp]ackages/build/ |
212 |
# Uncomment if necessary however generally it will be regenerated when needed |
213 |
#!**/[Pp]ackages/repositories.config |
214 |
# NuGet v3's project.json files produces more ignorable files |
215 |
*.nuget.props |
216 |
*.nuget.targets |
217 |
|
218 |
# Microsoft Azure Build Output |
219 |
csx/ |
220 |
*.build.csdef |
221 |
|
222 |
# Microsoft Azure Emulator |
223 |
ecf/ |
224 |
rcf/ |
225 |
|
226 |
# Windows Store app package directories and files |
227 |
AppPackages/ |
228 |
BundleArtifacts/ |
229 |
Package.StoreAssociation.xml |
230 |
_pkginfo.txt |
231 |
*.appx |
232 |
*.appxbundle |
233 |
*.appxupload |
234 |
|
235 |
# Visual Studio cache files |
236 |
# files ending in .cache can be ignored |
237 |
*.[Cc]ache |
238 |
# but keep track of directories ending in .cache |
239 |
!?*.[Cc]ache/ |
240 |
|
241 |
# Others |
242 |
ClientBin/ |
243 |
~$* |
244 |
*~ |
245 |
*.dbmdl |
246 |
*.dbproj.schemaview |
247 |
*.jfm |
248 |
*.pfx |
249 |
*.publishsettings |
250 |
orleans.codegen.cs |
251 |
|
252 |
# Including strong name files can present a security risk |
253 |
# (https://github.com/github/gitignore/pull/2483#issue-259490424) |
254 |
#*.snk |
255 |
|
256 |
# Since there are multiple workflows, uncomment next line to ignore bower_components |
257 |
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
258 |
#bower_components/ |
259 |
|
260 |
# RIA/Silverlight projects |
261 |
Generated_Code/ |
262 |
|
263 |
# Backup & report files from converting an old project file |
264 |
# to a newer Visual Studio version. Backup files are not needed, |
265 |
# because we have git ;-) |
266 |
_UpgradeReport_Files/ |
267 |
Backup*/ |
268 |
UpgradeLog*.XML |
269 |
UpgradeLog*.htm |
270 |
ServiceFabricBackup/ |
271 |
*.rptproj.bak |
272 |
|
273 |
# SQL Server files |
274 |
*.mdf |
275 |
*.ldf |
276 |
*.ndf |
277 |
|
278 |
# Business Intelligence projects |
279 |
*.rdl.data |
280 |
*.bim.layout |
281 |
*.bim_*.settings |
282 |
*.rptproj.rsuser |
283 |
*- [Bb]ackup.rdl |
284 |
*- [Bb]ackup ([0-9]).rdl |
285 |
*- [Bb]ackup ([0-9][0-9]).rdl |
286 |
|
287 |
# Microsoft Fakes |
288 |
FakesAssemblies/ |
289 |
|
290 |
# GhostDoc plugin setting file |
291 |
*.GhostDoc.xml |
292 |
|
293 |
# Node.js Tools for Visual Studio |
294 |
.ntvs_analysis.dat |
295 |
node_modules/ |
296 |
|
297 |
# Visual Studio 6 build log |
298 |
*.plg |
299 |
|
300 |
# Visual Studio 6 workspace options file |
301 |
*.opt |
302 |
|
303 |
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
304 |
*.vbw |
305 |
|
306 |
# Visual Studio 6 auto-generated project file (contains which files were open etc.) |
307 |
*.vbp |
308 |
|
309 |
# Visual Studio 6 workspace and project file (working project files containing files to include in project) |
310 |
*.dsw |
311 |
*.dsp |
312 |
|
313 |
# Visual Studio 6 technical files |
314 |
|
315 |
# Visual Studio LightSwitch build output |
316 |
**/*.HTMLClient/GeneratedArtifacts |
317 |
**/*.DesktopClient/GeneratedArtifacts |
318 |
**/*.DesktopClient/ModelManifest.xml |
319 |
**/*.Server/GeneratedArtifacts |
320 |
**/*.Server/ModelManifest.xml |
321 |
_Pvt_Extensions |
322 |
|
323 |
# Paket dependency manager |
324 |
.paket/paket.exe |
325 |
paket-files/ |
326 |
|
327 |
# FAKE - F# Make |
328 |
.fake/ |
329 |
|
330 |
# CodeRush personal settings |
331 |
.cr/personal |
332 |
|
333 |
# Python Tools for Visual Studio (PTVS) |
334 |
__pycache__/ |
335 |
*.pyc |
336 |
|
337 |
# Cake - Uncomment if you are using it |
338 |
# tools/** |
339 |
# !tools/packages.config |
340 |
|
341 |
# Tabs Studio |
342 |
*.tss |
343 |
|
344 |
# Telerik's JustMock configuration file |
345 |
*.jmconfig |
346 |
|
347 |
# BizTalk build output |
348 |
*.btp.cs |
349 |
*.btm.cs |
350 |
*.odx.cs |
351 |
*.xsd.cs |
352 |
|
353 |
# OpenCover UI analysis results |
354 |
OpenCover/ |
355 |
|
356 |
# Azure Stream Analytics local run output |
357 |
ASALocalRun/ |
358 |
|
359 |
# MSBuild Binary and Structured Log |
360 |
*.binlog |
361 |
|
362 |
# NVidia Nsight GPU debugger configuration file |
363 |
*.nvuser |
364 |
|
365 |
# MFractors (Xamarin productivity tool) working folder |
366 |
.mfractor/ |
367 |
|
368 |
# Local History for Visual Studio |
369 |
.localhistory/ |
370 |
|
371 |
# Visual Studio History (VSHistory) files |
372 |
.vshistory/ |
373 |
|
374 |
# BeatPulse healthcheck temp database |
375 |
healthchecksdb |
376 |
|
377 |
# Backup folder for Package Reference Convert tool in Visual Studio 2017 |
378 |
MigrationBackup/ |
379 |
|
380 |
# Ionide (cross platform F# VS Code tools) working folder |
381 |
.ionide/ |
382 |
|
383 |
# Fody - auto-generated XML schema |
384 |
FodyWeavers.xsd |
385 |
|
386 |
# VS Code files for those working on multiple tools |
387 |
.vscode/* |
388 |
!.vscode/settings.json |
389 |
!.vscode/tasks.json |
390 |
!.vscode/launch.json |
391 |
!.vscode/extensions.json |
392 |
*.code-workspace |
393 |
|
394 |
# Local History for Visual Studio Code |
395 |
.history/ |
396 |
|
397 |
# Windows Installer files from build outputs |
398 |
*.cab |
399 |
*.msi |
400 |
*.msix |
401 |
*.msm |
402 |
*.msp |
403 |
|
404 |
# JetBrains Rider |
405 |
*.sln.iml |
406 |
|
407 |
### VisualStudio Patch ### |
408 |
# Additional files built by Visual Studio |
409 |
|
410 |
# End of https://www.toptal.com/developers/gitignore/api/visualstudio,xamarinstudio |