Exclude .vscode/ under any directory.

* Replaced `/.vscode/` with `.vscode/` so that this is effective for any directory (e.g. src/.vscode).

PiperOrigin-RevId: 561978426
This commit is contained in:
Hiroyuki Komatsu
2023-09-01 16:44:28 +00:00
parent eb2deec6dd
commit 5d672d2d45

2
.gitignore vendored
View File

@@ -27,7 +27,7 @@
/.vs/
# VSCode per-project settings
/.vscode/
.vscode/
# Temporary working dirs
/oss