Skip to content

Commit 3ebfdbb

Browse files
committed
adds microbit compatibility
refactors project folder updates gitignore
1 parent d72472b commit 3ebfdbb

File tree

84 files changed

+599
-1274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+599
-1274
lines changed

.gitignore

Lines changed: 396 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,397 @@
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
15

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

0 commit comments

Comments
 (0)