Skip to content

Commit 4fed3ed

Browse files
authored
Merge pull request #1 from danilwhale/rewrite
rewrite
2 parents a76e4d1 + ce1bc51 commit 4fed3ed

File tree

125 files changed

+4576
-2680
lines changed

Some content is hidden

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

125 files changed

+4576
-2680
lines changed

.gitignore

Lines changed: 87 additions & 139 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33
##
4-
<<<<<<< HEAD
5-
<<<<<<< HEAD
6-
=======
7-
<<<<<<< HEAD
8-
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
9-
=======
10-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
11-
>>>>>>> 1523d8c (Initial commit)
12-
=======
13-
>>>>>>> c6d355b (0.0.3-prealpha)
14-
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
15-
=======
16-
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
17-
>>>>>>> 009817d (0.0.3-prealpha)
18-
<<<<<<< HEAD
19-
=======
20-
>>>>>>> 415de6f (0.0.3-prealpha)
21-
>>>>>>> c6d355b (0.0.3-prealpha)
4+
## Get latest from `dotnet new gitignore`
5+
6+
# dotenv files
7+
.env
228

239
# User-specific files
2410
*.rsuser
@@ -40,22 +26,7 @@ mono_crash.*
4026
[Rr]eleases/
4127
x64/
4228
x86/
43-
<<<<<<< HEAD
44-
<<<<<<< HEAD
45-
=======
46-
[Ww][Ii][Nn]32/
47-
>>>>>>> 009817d (0.0.3-prealpha)
48-
=======
49-
<<<<<<< HEAD
50-
[Ww][Ii][Nn]32/
51-
=======
52-
>>>>>>> 1523d8c (Initial commit)
53-
=======
54-
=======
5529
[Ww][Ii][Nn]32/
56-
>>>>>>> 009817d (0.0.3-prealpha)
57-
>>>>>>> 415de6f (0.0.3-prealpha)
58-
>>>>>>> c6d355b (0.0.3-prealpha)
5930
[Aa][Rr][Mm]/
6031
[Aa][Rr][Mm]64/
6132
bld/
@@ -89,31 +60,17 @@ dlldata.c
8960
# Benchmark Results
9061
BenchmarkDotNet.Artifacts/
9162

92-
# .NET Core
63+
# .NET
9364
project.lock.json
9465
project.fragment.lock.json
9566
artifacts/
9667

97-
<<<<<<< HEAD
98-
<<<<<<< HEAD
99-
=======
100-
<<<<<<< HEAD
101-
# ASP.NET Scaffolding
102-
ScaffoldingReadMe.txt
68+
# Tye
69+
.tye/
10370

104-
=======
105-
>>>>>>> 1523d8c (Initial commit)
106-
=======
107-
>>>>>>> c6d355b (0.0.3-prealpha)
108-
=======
10971
# ASP.NET Scaffolding
11072
ScaffoldingReadMe.txt
11173

112-
>>>>>>> 009817d (0.0.3-prealpha)
113-
<<<<<<< HEAD
114-
=======
115-
>>>>>>> 415de6f (0.0.3-prealpha)
116-
>>>>>>> c6d355b (0.0.3-prealpha)
11774
# StyleCop
11875
StyleCopReport.xml
11976

@@ -139,22 +96,7 @@ StyleCopReport.xml
13996
*.tmp_proj
14097
*_wpftmp.csproj
14198
*.log
142-
<<<<<<< HEAD
143-
<<<<<<< HEAD
144-
=======
145-
*.tlog
146-
>>>>>>> 009817d (0.0.3-prealpha)
147-
=======
148-
<<<<<<< HEAD
14999
*.tlog
150-
=======
151-
>>>>>>> 1523d8c (Initial commit)
152-
=======
153-
=======
154-
*.tlog
155-
>>>>>>> 009817d (0.0.3-prealpha)
156-
>>>>>>> 415de6f (0.0.3-prealpha)
157-
>>>>>>> c6d355b (0.0.3-prealpha)
158100
*.vspscc
159101
*.vssscc
160102
.builds
@@ -206,30 +148,11 @@ _TeamCity*
206148
.axoCover/*
207149
!.axoCover/settings.json
208150

209-
<<<<<<< HEAD
210-
<<<<<<< HEAD
211-
=======
212-
=======
213-
<<<<<<< HEAD
214-
=======
215-
=======
216-
>>>>>>> 415de6f (0.0.3-prealpha)
217-
>>>>>>> c6d355b (0.0.3-prealpha)
218151
# Coverlet is a free, cross platform Code Coverage Tool
219152
coverage*.json
220153
coverage*.xml
221154
coverage*.info
222155

223-
<<<<<<< HEAD
224-
>>>>>>> 009817d (0.0.3-prealpha)
225-
=======
226-
<<<<<<< HEAD
227-
=======
228-
>>>>>>> 1523d8c (Initial commit)
229-
=======
230-
>>>>>>> 009817d (0.0.3-prealpha)
231-
>>>>>>> 415de6f (0.0.3-prealpha)
232-
>>>>>>> c6d355b (0.0.3-prealpha)
233156
# Visual Studio code coverage results
234157
*.coverage
235158
*.coveragexml
@@ -377,15 +300,6 @@ node_modules/
377300
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
378301
*.vbw
379302

380-
<<<<<<< HEAD
381-
<<<<<<< HEAD
382-
=======
383-
=======
384-
<<<<<<< HEAD
385-
=======
386-
=======
387-
>>>>>>> 415de6f (0.0.3-prealpha)
388-
>>>>>>> c6d355b (0.0.3-prealpha)
389303
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
390304
*.vbp
391305

@@ -397,16 +311,6 @@ node_modules/
397311
*.ncb
398312
*.aps
399313

400-
<<<<<<< HEAD
401-
>>>>>>> 009817d (0.0.3-prealpha)
402-
=======
403-
<<<<<<< HEAD
404-
=======
405-
>>>>>>> 1523d8c (Initial commit)
406-
=======
407-
>>>>>>> 009817d (0.0.3-prealpha)
408-
>>>>>>> 415de6f (0.0.3-prealpha)
409-
>>>>>>> c6d355b (0.0.3-prealpha)
410314
# Visual Studio LightSwitch build output
411315
**/*.HTMLClient/GeneratedArtifacts
412316
**/*.DesktopClient/GeneratedArtifacts
@@ -463,26 +367,9 @@ ASALocalRun/
463367
# Local History for Visual Studio
464368
.localhistory/
465369

466-
<<<<<<< HEAD
467-
<<<<<<< HEAD
468-
=======
469-
<<<<<<< HEAD
470-
# Visual Studio History (VSHistory) files
471-
.vshistory/
472-
473-
=======
474-
>>>>>>> 1523d8c (Initial commit)
475-
=======
476-
>>>>>>> c6d355b (0.0.3-prealpha)
477-
=======
478370
# Visual Studio History (VSHistory) files
479371
.vshistory/
480372

481-
>>>>>>> 009817d (0.0.3-prealpha)
482-
<<<<<<< HEAD
483-
=======
484-
>>>>>>> 415de6f (0.0.3-prealpha)
485-
>>>>>>> c6d355b (0.0.3-prealpha)
486373
# BeatPulse healthcheck temp database
487374
healthchecksdb
488375

@@ -491,15 +378,6 @@ MigrationBackup/
491378

492379
# Ionide (cross platform F# VS Code tools) working folder
493380
.ionide/
494-
<<<<<<< HEAD
495-
<<<<<<< HEAD
496-
=======
497-
=======
498-
<<<<<<< HEAD
499-
=======
500-
=======
501-
>>>>>>> 415de6f (0.0.3-prealpha)
502-
>>>>>>> c6d355b (0.0.3-prealpha)
503381

504382
# Fody - auto-generated XML schema
505383
FodyWeavers.xsd
@@ -524,13 +402,83 @@ FodyWeavers.xsd
524402

525403
# JetBrains Rider
526404
*.sln.iml
527-
<<<<<<< HEAD
528-
>>>>>>> 009817d (0.0.3-prealpha)
529-
=======
530-
<<<<<<< HEAD
531-
=======
532-
>>>>>>> 1523d8c (Initial commit)
533-
=======
534-
>>>>>>> 009817d (0.0.3-prealpha)
535-
>>>>>>> 415de6f (0.0.3-prealpha)
536-
>>>>>>> c6d355b (0.0.3-prealpha)
405+
.idea
406+
407+
##
408+
## Visual studio for Mac
409+
##
410+
411+
412+
# globs
413+
Makefile.in
414+
*.userprefs
415+
*.usertasks
416+
config.make
417+
config.status
418+
aclocal.m4
419+
install-sh
420+
autom4te.cache/
421+
*.tar.gz
422+
tarballs/
423+
test-results/
424+
425+
# Mac bundle stuff
426+
*.dmg
427+
*.app
428+
429+
# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
430+
# General
431+
.DS_Store
432+
.AppleDouble
433+
.LSOverride
434+
435+
# Icon must end with two \r
436+
Icon
437+
438+
439+
# Thumbnails
440+
._*
441+
442+
# Files that might appear in the root of a volume
443+
.DocumentRevisions-V100
444+
.fseventsd
445+
.Spotlight-V100
446+
.TemporaryItems
447+
.Trashes
448+
.VolumeIcon.icns
449+
.com.apple.timemachine.donotpresent
450+
451+
# Directories potentially created on remote AFP share
452+
.AppleDB
453+
.AppleDesktop
454+
Network Trash Folder
455+
Temporary Items
456+
.apdisk
457+
458+
# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
459+
# Windows thumbnail cache files
460+
Thumbs.db
461+
ehthumbs.db
462+
ehthumbs_vista.db
463+
464+
# Dump file
465+
*.stackdump
466+
467+
# Folder config file
468+
[Dd]esktop.ini
469+
470+
# Recycle Bin used on file shares
471+
$RECYCLE.BIN/
472+
473+
# Windows Installer files
474+
*.cab
475+
*.msi
476+
*.msix
477+
*.msm
478+
*.msp
479+
480+
# Windows shortcuts
481+
*.lnk
482+
483+
# Vim temporary swap files
484+
*.swp

.vscode/launch.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

Assets/IconLarge.png

6.35 KB
Loading

Assets/TheWorld.png

64.4 KB
Loading

0 commit comments

Comments
 (0)