From 72991b6cb714f65eddd8e2a44f07030ce84de7ab Mon Sep 17 00:00:00 2001 From: Xilophor Date: Sat, 7 Sep 2024 12:47:45 -0400 Subject: [PATCH] Update User File Template --- .gitignore | 4 +++- .../LethalNetworkAPI.template.csproj.user | 12 ++++++++++++ LethalNetworkAPI/NuGet.Config | 6 ------ 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 LethalNetworkAPI/LethalNetworkAPI.template.csproj.user delete mode 100644 LethalNetworkAPI/NuGet.Config diff --git a/.gitignore b/.gitignore index c8ff96e..d579cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ riderModule.iml /LethalNetworkAPI.dll /LethalNetworkAPI.zip /TestMod/ -dist/ \ No newline at end of file +dist/ + +!*.template.*.user diff --git a/LethalNetworkAPI/LethalNetworkAPI.template.csproj.user b/LethalNetworkAPI/LethalNetworkAPI.template.csproj.user new file mode 100644 index 0000000..fd91df3 --- /dev/null +++ b/LethalNetworkAPI/LethalNetworkAPI.template.csproj.user @@ -0,0 +1,12 @@ + + + + .../Lethal Company/Lethal Company_Data/Managed/ + .../Lethal Company/BepInEx/plugins/ + + + + + + + diff --git a/LethalNetworkAPI/NuGet.Config b/LethalNetworkAPI/NuGet.Config deleted file mode 100644 index 1864ded..0000000 --- a/LethalNetworkAPI/NuGet.Config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file