mirror of
https://github.com/mii443/mozc.git
synced 2025-12-03 11:18:20 +00:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -27,7 +27,7 @@
|
|||||||
/.vs/
|
/.vs/
|
||||||
|
|
||||||
# VSCode per-project settings
|
# VSCode per-project settings
|
||||||
/.vscode/
|
.vscode/
|
||||||
|
|
||||||
# Temporary working dirs
|
# Temporary working dirs
|
||||||
/oss
|
/oss
|
||||||
|
|||||||
Reference in New Issue
Block a user