chore: add .vscode directory to gitignore for VSCode project files

This commit is contained in:
ruby
2020-06-06 19:18:42 +00:00
+3
View File
@@ -18,6 +18,9 @@ obj/
# The baseline file is machine-specific, so doesn't get checked in. # The baseline file is machine-specific, so doesn't get checked in.
/test/benchmark/baseline.txt /test/benchmark/baseline.txt
# VSCode project files.
.vscode
# XCode user-specific stuff. # XCode user-specific stuff.
xcuserdata/ xcuserdata/