From e35ed0a93353c8e83481bc8797bda2578d90edb7 Mon Sep 17 00:00:00 2001 From: "PCYPC\\pcy35" Date: Thu, 27 Jul 2023 11:29:58 +0900 Subject: [PATCH] =?UTF-8?q?-gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .vsconfig | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .vsconfig diff --git a/.gitignore b/.gitignore index 56a33f06..ebe6360b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Visual Studio 2015 user specific files .vs/ +.vsconfig # Compiled Object files *.slo diff --git a/.vsconfig b/.vsconfig deleted file mode 100644 index 7f1e056e..00000000 --- a/.vsconfig +++ /dev/null @@ -1,13 +0,0 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64", - "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.Windows10SDK", - "Microsoft.VisualStudio.Workload.CoreEditor", - "Microsoft.VisualStudio.Workload.ManagedDesktop", - "Microsoft.VisualStudio.Workload.NativeDesktop", - "Microsoft.VisualStudio.Workload.NativeGame" - ] -}