This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
The following commit(s) were added to refs/heads/main by this push:
new ab2b676 chore(dist): add `.gitattributes` for exporting source
package (#108)
ab2b676 is described below
commit ab2b6769b325a54adc9efd3bf970c0fa0282d43d
Author: V_Galaxy <[email protected]>
AuthorDate: Sun Nov 10 17:23:23 2024 +0800
chore(dist): add `.gitattributes` for exporting source package (#108)
---
.gitattributes | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a44b975
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,11 @@
+# ignored file when package to source.tgz
+.gitattributes export-ignore
+.gitignore export-ignore
+.asf.yaml export-ignore
+apache-release.sh export-ignore
+.licenserc.yaml export-ignore
+
+# ignored directory
+.github/ export-ignore
+.idea/ export-ignore
+scripts/ export-ignore