Skip to content

Commit 676dfe4

Browse files
func/add-poc-draft
1 parent 4aa1f10 commit 676dfe4

22 files changed

+2158
-7
lines changed

.gitignore

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

0 commit comments

Comments
 (0)