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" - ] -}