Skip to content

Commit 792ff1b

Browse files
committed
First commit of the project
0 parents  commit 792ff1b

Some content is hidden

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

74 files changed

+11670
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)