From 6152e1fc1a61226beefa9c103558d0322651cc1f Mon Sep 17 00:00:00 2001 From: Timo Eberl Date: Thu, 28 Aug 2025 14:26:50 +0200 Subject: [PATCH] remove .vsconfig and put it in gitignore --- .gitignore | 1 + .vsconfig | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .vsconfig diff --git a/.gitignore b/.gitignore index 0f922d1..09d5506 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Custom additions .vscode/ +.vsconfig .idea/ # This .gitignore file should be placed at the root of your Unity project directory diff --git a/.vsconfig b/.vsconfig deleted file mode 100644 index f019fd0..0000000 --- a/.vsconfig +++ /dev/null @@ -1,6 +0,0 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.VisualStudio.Workload.ManagedGame" - ] -}