From 8ec1ea6ed356150ff9b25384ff4781207b12dbd6 Mon Sep 17 00:00:00 2001 From: Maxence Lanone Date: Wed, 8 Mar 2023 11:10:26 +0100 Subject: [PATCH] :wrench: changement gitignore --- .gitignore | 11 ++- .vs/LeagueOfLegends/xs/UserPrefs.xml | 67 ++++++++----------- .../LeagueOfLegends.sln | 0 3 files changed, 38 insertions(+), 40 deletions(-) rename LeagueOfLegends.sln => Sources/LeagueOfLegends.sln (100%) diff --git a/.gitignore b/.gitignore index 496ee2c..f40cd69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ -.DS_Store \ No newline at end of file +.DS_Store +.vs/ +Sources/EntityFrameWorkLib/.DS_Store +Sources/EntityFrameWorkLib/Migrations +Sources/Tests/.DS_Store +Sources/Tests/ConsoleDB/Migrations +Sources/Tests/ConsoleDB/*.db +Sources/Tests/ConsoleDB/bin/* +Sources/Tests/TestUnitaireLOL/bin/** + diff --git a/.vs/LeagueOfLegends/xs/UserPrefs.xml b/.vs/LeagueOfLegends/xs/UserPrefs.xml index 6dbdbec..6726aaa 100644 --- a/.vs/LeagueOfLegends/xs/UserPrefs.xml +++ b/.vs/LeagueOfLegends/xs/UserPrefs.xml @@ -1,67 +1,56 @@ - + + - + - - + + Model/Model.csproj + Tests/TestUnitaireLOL/TestUnitaireLOL.csproj + Tests/ConsoleTestapi/ConsoleTestapi.csproj + Tests/ConsoleDB/ConsoleDB.csproj + Tests/ConsoleTests/ConsoleTests.csproj + StubLib/StubLib.csproj + DbDatamanager/DbDatamanager.csproj + Shared/Shared.csproj + EntityFrameWorkLib/EntityFrameWorkLib.csproj + WebApiLol/WebApiLol.csproj + - + - + - - - - - - + + + + + + - - + + - + + - - - - - - - - - - - - - - - - - - - - - - + - - \ No newline at end of file diff --git a/LeagueOfLegends.sln b/Sources/LeagueOfLegends.sln similarity index 100% rename from LeagueOfLegends.sln rename to Sources/LeagueOfLegends.sln