From 6a05868974ddc6906ba913db5496a299a99607e0 Mon Sep 17 00:00:00 2001 From: bootsareme <73851560+bootsareme@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:35:45 -0500 Subject: [PATCH] per user config should be .gitignored --- .gitignore | 1 + .../Minecraft.Client.vcxproj.user | 22 ------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 Minecraft.Client/Minecraft.Client.vcxproj.user diff --git a/.gitignore b/.gitignore index 9caff84a1..4709fe84d 100644 --- a/.gitignore +++ b/.gitignore @@ -433,3 +433,4 @@ build/* # Local saves Minecraft.Client/Saves/ +/Minecraft.Client/Minecraft.Client.vcxproj.user diff --git a/Minecraft.Client/Minecraft.Client.vcxproj.user b/Minecraft.Client/Minecraft.Client.vcxproj.user deleted file mode 100644 index 24ca62f80..000000000 --- a/Minecraft.Client/Minecraft.Client.vcxproj.user +++ /dev/null @@ -1,22 +0,0 @@ - - - - Debug - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - - - $(SolutionDir)$(Platform)\$(Configuration)\ - WindowsLocalDebugger - -