This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch release-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
commit a35e1ed4285e50583f803ecf5d72775fd6210118 Author: Cong Zhao <[email protected]> AuthorDate: Fri Jan 6 10:11:41 2023 +0800 fix package: remove style&assembly rule from .gitattributes (#222) * fix package * change branch name * remove assembly/ * Create NOTICE (#223) * revert code Co-authored-by: Simon Cheung <[email protected]> --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5ae4c777..c605d59d 100755 --- a/.gitattributes +++ b/.gitattributes @@ -2,11 +2,9 @@ .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 -computer-dist/src/assembly/ export-ignore computer-k8s-operator/crd-generate/bin/ export-ignore
