This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 8726bc19e Add .gitignore
8726bc19e is described below
commit 8726bc19ec5a88f147d528eceb1a8ac2791265b9
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Nov 21 13:19:48 2025 -0800
Add .gitignore
---
.gitignore | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..c073b4ff6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+/target/
+
+# Eclipse project files
+.classpath
+.project
+.settings/
+.checkstyle
+
+# IntelliJ project files
+*.idea
+**/*.iml
+*.ipr
+*.iws
+
+# VSCode project files
+**/.vscode/
+
+
+doc/
+
+# Sketch binary test files
+*.sk
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]