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