This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch before-release
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git

commit 614f221ff43cd0cd4098e874fec05007cdbfe0c1
Author: imbajin <[email protected]>
AuthorDate: Wed Dec 7 19:40:46 2022 +0800

    chore: add .gitattributes file to exclude source
---
 .gitattributes | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100755
index 00000000..3f281842
--- /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
+checkstyle.xml export-ignore
+apache-release.sh export-ignore
+.licenserc.yaml export-ignore
+
+# ignored directory
+.github/ export-ignore
+assembly/ export-ignore

Reply via email to