This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch gitattr in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
commit d8bf9bf1dc5bbd8a9500c74069aee5f929033766 Author: V_Galaxy <[email protected]> AuthorDate: Sat Nov 9 07:58:15 2024 +0800 setup --- .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
