From 53d1a37e7a1dc1fc638f86daf2991df2fca030d1 Mon Sep 17 00:00:00 2001 From: Tyrone Hinderson Date: Thu, 22 Sep 2022 01:41:37 -0400 Subject: [PATCH] Add .vscode/* to unreal engine gitignore It's a fairly common IDE for use with unreal (for example, an intro-to-unreal course I'm taking recommended using it). --- UnrealEngine.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..76769a34 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,5 +1,6 @@ -# Visual Studio 2015 user specific files +# Visual Studio 2015 and VS Code user specific files .vs/ +.vscode/ # Compiled Object files *.slo