From db2547287c7cf11cb1a2a7bcbe9d21f24b2bbf70 Mon Sep 17 00:00:00 2001 From: Stephen Sigwart Date: Fri, 1 Apr 2022 22:46:50 -0400 Subject: [PATCH 1/3] Exclude docs from export and composer --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bbf8135ec..e3a48c9fd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # exclude from git export /tests export-ignore +/docs export-ignore /utilities export-ignore /.github export-ignore From e68065bc33934ce670e1655a62001afcb5dece06 Mon Sep 17 00:00:00 2001 From: Stephen Sigwart Date: Fri, 1 Apr 2022 22:48:14 -0400 Subject: [PATCH 2/3] Exclude demo from export and composer --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e3a48c9fd..5a93a58cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # exclude from git export /tests export-ignore +/demo export-ignore /docs export-ignore /utilities export-ignore /.github export-ignore From 89dc506638f31d562cf66b335f0224161fdeeb19 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 26 Apr 2022 22:05:34 +0200 Subject: [PATCH 3/3] Add changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c5cbb72..90711def8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Exclude docs and demo from export and composer [#751](https://github.com/smarty-php/smarty/pull/751) + ### Fixed - PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php [#706](https://github.com/smarty-php/smarty/issues/706) - PHP 8.1 deprecation notices in truncate modifier [#699](https://github.com/smarty-php/smarty/issues/699)