From d8cafd215f20f3852cfae34a276507f264ff770f Mon Sep 17 00:00:00 2001 From: Casey Hofland Date: Thu, 12 Jan 2023 17:02:37 +0100 Subject: [PATCH] Add Visual Studio Code cache directory Since a long time, developers have been able to use Visual Studio Code inside of Unity. I don't claim exactly to know how it works, but regardless its cache directory should be ignored, whether it is ever created or not (if not now, it might be in the future). --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..557307f1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -26,6 +26,9 @@ # Visual Studio cache directory .vs/ +# Visual Studio Code cache directory +.vscode/ + # Gradle cache directory .gradle/