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 1a72aa4  chore(dist): exclude binary files when exporting source 
package (#109)
1a72aa4 is described below

commit 1a72aa4efed44d605259cce37a6d7afface59fa0
Author: V_Galaxy <[email protected]>
AuthorDate: Mon Nov 11 14:50:15 2024 +0800

    chore(dist): exclude binary files when exporting source package (#109)
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: imbajin <[email protected]>
---
 .gitattributes | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index a44b975..69e734c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,6 +4,9 @@
 .asf.yaml export-ignore
 apache-release.sh export-ignore
 .licenserc.yaml export-ignore
+*.xlsx export-ignore
+*.pdf export-ignore
+*.docx export-ignore
 
 # ignored directory
 .github/ export-ignore

Reply via email to