This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch workflows
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/workflows by this push:
new 5af3c887 add .gitignore and README.md
5af3c887 is described below
commit 5af3c887a26393c7f924f092dae2b2c387a38624
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Feb 26 17:38:38 2026 -0800
add .gitignore and README.md
---
.gitignore | 13 +++++++++++++
README.md | 20 ++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..a19b45a6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+/bin/
+
+# IntelliJ project files
+*.idea
+**/*.iml
+*.ipr
+*.iws
+
+# VSCode project files
+**/.vscode/
+
+# OSX files
+**/.DS_Store
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..b15c4f20
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+# DataSketches Java Memory Reusable Workflows Branch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]