This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 8b1059ee8a621e0b3986679daea9d128ca7aa36e Author: askarbozcan <[email protected]> AuthorDate: Thu Mar 2 18:02:29 2023 +0200 Add .gitignore for Java VSCode plugin --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 0602bdcdd1..9425771f74 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,12 @@ /buildSrc/subprojects/*/build /site/.jekyll-cache +# VSCode Java plugin +/example/*/bin +/*/bin +/bin +/.vscode/* + # IDEA /out /*/out/
