From f9d16de35c6a386aaffeffcc0a32d447479938e0 Mon Sep 17 00:00:00 2001 From: LumaLivy Date: Tue, 2 Nov 2021 03:41:59 -0400 Subject: [PATCH] Ignore some VS stuff that popped up --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d6a197ac..5d65988d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ riderModule.iml /.idea/.idea.ProjectLighthouse/.idea/dataSources.local.xml *.sln.DotSettings.user /ProjectLighthouse/r/* -/ProjectLighthouse/logs/* \ No newline at end of file +/ProjectLighthouse/logs/* +/ProjectLighthouse/ProjectLighthouse.csproj.user +.vs/ \ No newline at end of file