From b0eac8251b9c638d4486f57e6a04658f01450f8e Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Sun, 5 Nov 2023 17:24:20 +0800 Subject: [PATCH] ignore CHANGELOG.md in archive [skip ci] --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 9814d61..b809112 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ .gitattributes export-ignore .gitignore export-ignore /.github export-ignore +/CHANGELOG.md export-ignore /LICENSE.md export-ignore /README.md export-ignore /phpunit.xml export-ignore