From 86a76eea1e83c9578c417afcc884fac34f39ab15 Mon Sep 17 00:00:00 2001 From: leo65535 Date: Wed, 1 Jun 2022 15:34:14 +0800 Subject: [PATCH 1/3] fix: add build package to ignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fa22f58767..e30b498cd2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ target gen-java build node* +hugegraph-0.13.0* \ No newline at end of file From c8233bbe433847823fbe1039c88361dcb45d3686 Mon Sep 17 00:00:00 2001 From: leo65535 Date: Wed, 1 Jun 2022 16:12:05 +0800 Subject: [PATCH 2/3] update --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e30b498cd2..ba2d62d4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,4 @@ target gen-java build node* -hugegraph-0.13.0* \ No newline at end of file +hugegraph-*.*.* \ No newline at end of file From 98e6a440d42ef92deebf5fea091e1812347f0d81 Mon Sep 17 00:00:00 2001 From: leo65535 Date: Wed, 1 Jun 2022 16:26:36 +0800 Subject: [PATCH 3/3] update --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba2d62d4d5..8d21d36ac5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,4 @@ target gen-java build node* -hugegraph-*.*.* \ No newline at end of file +hugegraph-*.*.*