Skip to content

Commit c11c0f4

Browse files
committed
init commit
0 parents  commit c11c0f4

22 files changed

+1676
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)