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.git
commit 901b37844be0fe14fdcfb215c76e331f08c655e1 Author: imbajin <[email protected]> AuthorDate: Wed Dec 7 20:40:57 2022 +0800 chore: add .gitattributes file to exclude source file --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 000000000..e66a894fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# 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 +.editorconfig export-ignore + +# ignored directory +.github/ export-ignore +hugegraph-dist/scripts/ export-ignore +style/ export-ignore +#assembly/ export-ignore
