Skip to content

Commit 398121f

Browse files
committed
first commit
0 parents  commit 398121f

File tree

6 files changed

+739
-0
lines changed

6 files changed

+739
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)