From f515358008594c980763ccf3859a0a6aa79c9f07 Mon Sep 17 00:00:00 2001 From: Egamorf Date: Tue, 29 Apr 2025 19:06:46 +0200 Subject: [PATCH] Remove files and update folder arch --- .drone.yml | 0 .vscode/extensions.json | 12 ------------ README.md | 4 +++- .../GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj | 3 +-- .../Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj | 1 - 5 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 .drone.yml delete mode 100644 .vscode/extensions.json diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 728c8f3..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "recommendations": [ - "ms-dotnettools.vscode-dotnet-runtime", - "ms-dotnettools.csharp", - "ms-dotnettools.csdevkit", - "kreativ-software.csharpextensions", - "jorgeserrano.vscode-csharp-snippets", - "mhutchie.git-graph", - "lukas-tr.materialdesignicons-intellisense", - "ms-dotnettools.vscodeintellicode-csharp" - ] -} \ No newline at end of file diff --git a/README.md b/README.md index 3ebce33..5e1b34c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Store your favorite games, intelligent game add, store game files and data, mana . ├── README.md ├── .gitignore -├── .drone.yml (CI/CD) +├── .gitea +│ ├── build-pr.yaml (CI for Pull Request) +│ └── deploy.yaml (CD for deploy on own server) └── src/ ├── Client/ │ └── GameIdeas.BlazorApp diff --git a/src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj b/src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj index 79da7a0..b8b0c18 100644 --- a/src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj +++ b/src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj @@ -1,10 +1,9 @@ - + net9.0 enable enable - 5637e3c4-2341-4bdb-85ec-c75faeee9847 diff --git a/src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj b/src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj index 644ced5..32e89b5 100644 --- a/src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj +++ b/src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj @@ -4,7 +4,6 @@ net9.0 enable enable - c5ccfd3a-f458-4660-b6c4-81fcc2513737