This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch add_.vscode_to_.gitignore in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
commit d143482c1d82e8b4558c3a01476fcb24aa80fb2b Author: Lee Rhodes <[email protected]> AuthorDate: Thu Sep 12 16:58:33 2024 -0700 Add .vscode to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 96b25576..344a2cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ *.ipr *.iws +# VSCode project files +**/.vscode + # Additional tools .clover/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
