From 2a80052ffe6ce7308c0601000462c82efef58d79 Mon Sep 17 00:00:00 2001 From: osamu Date: Fri, 30 Dec 2022 14:23:24 -0800 Subject: [PATCH] General: Gitignore unnecessary project files --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 82eb014..a551ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -392,10 +392,16 @@ FodyWeavers.xsd *.msi *.msix *.msm -*.msp +*.mspc # JetBrains Rider *.sln.iml # tmp -enc_temp_folder \ No newline at end of file +enc_temp_folder + +# Visual Studio project files +*.sln +*.vcxproj +*.vcxproj* +