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>
monroegm-disable-blank-issue-2
L4stR1t3s 4 years ago committed by GitHub
parent eb24edbce7
commit 9596aa0ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored

@ -1,8 +1,10 @@
.idea/
.vs/
.vscode/
__pycache__
AssetProcessorTemp/**
[Bb]uild/**
[Oo]ut/**
[Cc]ache/
/install/
Editor/EditorEventLog.xml

Loading…
Cancel
Save