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 <frederik.decaster@gmail.com>
This commit is contained in:
L4stR1t3s
2021-07-22 00:07:24 +02:00
committed by GitHub
parent eb24edbce7
commit 9596aa0ddf
+2
View File
@@ -1,8 +1,10 @@
.idea/
.vs/
.vscode/
__pycache__
AssetProcessorTemp/**
[Bb]uild/**
[Oo]ut/**
[Cc]ache/
/install/
Editor/EditorEventLog.xml