From 9596aa0ddf25ca31e091cc5428c91a2efb8041d9 Mon Sep 17 00:00:00 2001 From: L4stR1t3s <69721170+L4stR1t3s@users.noreply.github.com> Date: Thu, 22 Jul 2021 00:07:24 +0200 Subject: [PATCH] Added .vs/ (Visual Studio cache when using CMake builds instead of solutions) and out/. (Visuql Studio uses this as default build directory when opening a folder with a CMakeLists.txt and immediately creates it) to .gitignore. (#2306) Signed-off-by: L4stR1t3s --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 664680c5bf..9faf924fbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ .idea/ +.vs/ .vscode/ __pycache__ AssetProcessorTemp/** [Bb]uild/** +[Oo]ut/** [Cc]ache/ /install/ Editor/EditorEventLog.xml