Gitignore bearbeitet

This commit is contained in:
HuskyTeufel
2021-09-14 12:49:43 +02:00
parent 749648974f
commit 3bbea429cc
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ project.fragment.lock.json
*.pdb *.pdb
*.pch *.pch
*.tmp *.tmp
/DaSaSo.InMemoryProvider/obj/Debug/*

View File

@@ -1,7 +1,7 @@
// See https://aka.ms/new-console-template for more information // See https://aka.ms/new-console-template for more information
using DaSaSo.Domain.Model; using DaSaSo.Domain.Model;
using DaSaSo.Domain.Service; using DaSaSo.Domain.Services;
using DaSaSo.EntityFramework; using DaSaSo.EntityFramework;
using DaSaSo.EntityFramework.Services; using DaSaSo.EntityFramework.Services;
using System.Diagnostics; using System.Diagnostics;