Skip to content

Commit ac18819

Browse files
committed
Initial commit.
0 parents  commit ac18819

28 files changed

+1872
-0
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*]
2+
end_of_line = crlf
3+
insert_final_newline = true
4+
indent_style = tab

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cs linguist-language=C#

.gitignore

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

Assets/Materials.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)