add default build dir of vs code to gitignore (#13734)

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
This commit is contained in:
Alexander Neumann
2020-10-06 23:39:32 +02:00
committed by GitHub
parent 19616d121b
commit 41c8f7b2fc

2
.gitignore vendored
View File

@@ -30,6 +30,8 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# VS Code build
toolsrc/build
# Ignore the executable
/vcpkg
/vcpkg.exe