Add .vscode to .gitignore

VS Code creates a .vscode/ directory in the top level of the repo
to hold config files.

Adding it to .gitignore will make it easier to develop crashpad using
VS Code.

Change-Id: I7afbbbf8ed6c017edc0299a18bf7ad0c11407b93
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6013035
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Jesse McKenna <jessemckenna@google.com>
This commit is contained in:
Jesse McKenna 2024-11-25 16:55:07 -08:00 committed by Crashpad LUCI CQ
parent 3f1b84197b
commit 66a7812a40

1
.gitignore vendored
View File

@ -25,6 +25,7 @@
.cache .cache
.gdb_history .gdb_history
.gdbinit .gdbinit
/.vscode/
/Makefile /Makefile
/build/fuchsia /build/fuchsia
/out /out