From b9674a18a50fe62f1983c6d32c4927a8f2333159 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Tue, 13 Nov 2018 18:45:14 +0530 Subject: [PATCH 1/2] Exclude files and folder from release archive --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..58035a9a42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +/.gitignore export-ignore +/.gitattributes export-ignore +/.travis.yml export-ignore +/CHANGELOG.md export-ignore +/CONTRIBUTING.md export-ignore +/phpunit.xml.dist export-ignore +/Makefile export-ignore +/test export-ignore +/.github export-ignore From 0eb0a1da2535c37304036f4ae4879994f24dd4ac Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Tue, 20 Nov 2018 22:27:43 +0530 Subject: [PATCH 2/2] Keep the CHANGELOG.md --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 58035a9a42..1e93454d4b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ /.gitignore export-ignore /.gitattributes export-ignore /.travis.yml export-ignore -/CHANGELOG.md export-ignore /CONTRIBUTING.md export-ignore /phpunit.xml.dist export-ignore /Makefile export-ignore