From 85fb26b22a28714a5f45fc2130e913da0285745b Mon Sep 17 00:00:00 2001 From: SendaoYan Date: Tue, 25 Feb 2025 13:05:18 +0000 Subject: [PATCH] 8244966: Add .vscode to .hgignore and .gitignore Add .vscode to .hgignore and .gitignore Reviewed-by: serb Backport-of: 95c0b97bc2bfcb686dfabc6d74424772f0f866a1 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 608a4f606a..c34d27c847 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /build/ /dist/ /.idea/ +/.vscode/ nbproject/private/ /webrev /.src-rev