Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 91f4254

Browse files
committed
Initial commit
0 parents  commit 91f4254

Some content is hidden

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

55 files changed

+2570
-0
lines changed

.gitattributes

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Explicitly declare text files we want to always be normalized and converted
2+
# to native line endings on checkout.
3+
4+
*.pdf binary
5+
*.sch binary
6+
*.isch binary
7+
*.ist binary
8+
9+
# Explicitly declare text files we want to always be normalized and converted
10+
# to native line endings on checkout.
11+
*.c text
12+
*.h text
13+
*.cs text
14+
*.config text
15+
*.xml text
16+
*.manifest text
17+
*.bat text
18+
*.cmd text
19+
*.sh text
20+
*.txt text
21+
*.dat text
22+
*.rc text
23+
*.ps1 text
24+
*.psm1 text
25+
*.js text
26+
*.css text
27+
*.html text
28+
*.sln text
29+
*.DotSettings text
30+
*.csproj text
31+
*.ncrunchproject text
32+
*.fs text
33+
*.fsproj text
34+
*.liquid text
35+
*.boo text
36+
*.pp text
37+
*.targets text
38+
*.markdown text
39+
*.md text
40+
*.bat text
41+
*.xslt text
42+
43+
# Declare files that will always have CRLF line endings on checkout.
44+
45+
# Denote all files that are truly binary and should not be modified.
46+
*.ico binary
47+
*.gif binary
48+
*.png binary
49+
*.jpg binary
50+
*.dll binary
51+
*.exe binary
52+
*.pdb binary

.gitignore

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

0 commit comments

Comments
 (0)