This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit cb534ed53f1356a657d2ed69244f3b600c77490d Author: Randall Leeds <[email protected]> AuthorDate: Sat Jun 22 17:28:06 2024 -0700 Ignore .github directory in git archives --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 705821c..a28e7b4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ .gitattributes export-ignore .gitignore export-ignore /.asf.yaml export-ignore +/.github export-ignore /.husky export-ignore /.lintstagedrc export-ignore /.ratignore export-ignore
