This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch java_version_update in repository https://gitbox.apache.org/repos/asf/datasketches-hive.git
commit e050c17349050ae9704d701c9ed8cb1927da7888 Author: Jon <[email protected]> AuthorDate: Fri May 10 16:57:37 2024 -0700 Add vscode directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9cccf49..270061f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Eclipse project files +# Eclipse project files .classpath .project .settings/ @@ -12,6 +12,7 @@ # Additional tools .clover/ +.vscode/ # OSX files .DS_Store --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
