From e754d3fa881441278da795e9bd36430f14cbd051 Mon Sep 17 00:00:00 2001 From: Xandra10101 <36187678+Xandra10101@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:30:47 +0100 Subject: [PATCH 1/3] Update .gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.gitignore b/.gitignore index 8b13789..3dcb529 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,30 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +#Visual studio IDE local configs +*/.vs +*/AlfaPrentice/obj +*/AlfaPrentice/bin +*.cache From 1e6b57bc17311e2046bbe0f351d5cc90b401aa71 Mon Sep 17 00:00:00 2001 From: Xandra10101 <36187678+Xandra10101@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:44:24 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2d840f0..79ce67f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # AlfaPrentice eindopdracht Stagesysteem van Team Incapabel namens Alfa-college +te installeren packages +microsoft.entityframeworkCore +microsoft.entityframeworkCore.Relational +Microsoft.Extensions.DependencyInjection +Microsoft.Extensions.DependencyInjection.Abstractions +Microsoft.Extensions.Logging.Debug +Microsoft.VisualStudio.Web.CodeGeneration.Design +Newtonsoft.Json +Pomelo.EntityFrameworkCore.MySql +Swashbuckle.AspNetCore From 79dc4475136621a300371dc4a214c43d3eff87d1 Mon Sep 17 00:00:00 2001 From: Xandra10101 <36187678+Xandra10101@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:44:39 +0100 Subject: [PATCH 3/3] Update .gitignore --- .gitignore | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.gitignore b/.gitignore index 3dcb529..8b13789 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -#Visual studio IDE local configs -*/.vs -*/AlfaPrentice/obj -*/AlfaPrentice/bin -*.cache