From b8324d0c10807a5968e94c3dd5ba330e66ea005d Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 29 Oct 2023 18:50:16 -0500 Subject: [PATCH] Migrate to GitInfo for embedding git information (#911) * Migrate to GitInfo for embedding git information * Adjust gitignore to reflect new git system * Fix changes from broken merge * Remove vestigial code in VersionHelper --------- Co-authored-by: sudokoko --- .gitignore | 11 +-- .run/Lighthouse Website.run.xml | 1 - .../ProjectLighthouse.Servers.API.csproj | 27 +----- ...rojectLighthouse.Servers.GameServer.csproj | 27 +----- .../Pages/Debug/VersionInfoPage.cshtml | 9 +- .../Pages/Layouts/BaseLayout.cshtml | 2 +- .../ProjectLighthouse.Servers.Website.csproj | 30 ------ .../Startup/WebsiteStartup.cs | 11 --- ProjectLighthouse/Helpers/ResourceHelper.cs | 15 --- ProjectLighthouse/Helpers/VersionHelper.cs | 91 +++---------------- ProjectLighthouse/ProjectLighthouse.csproj | 31 +------ ProjectLighthouse/StartupTasks.cs | 7 ++ 12 files changed, 30 insertions(+), 232 deletions(-) delete mode 100644 ProjectLighthouse/Helpers/ResourceHelper.cs diff --git a/.gitignore b/.gitignore index 7736c0d3..acb37c67 100644 --- a/.gitignore +++ b/.gitignore @@ -27,17 +27,10 @@ png/ /ProjectLighthouse/r/* /ProjectLighthouse/logs/* lighthouse.config.json -lighthouse.yml -lighthouse.yml.configme -censor.yml -gitBranch.txt -gitVersion.txt -gitRemotes.txt -gitUnpushed.txt -logs/* +**.yml* +**/logs npTicket* r.tar.gz -lighthouse.yml.configme # MSBuild stuff bin/ diff --git a/.run/Lighthouse Website.run.xml b/.run/Lighthouse Website.run.xml index 72a264a4..398b8d03 100644 --- a/.run/Lighthouse Website.run.xml +++ b/.run/Lighthouse Website.run.xml @@ -6,7 +6,6 @@