From 689bc1f4cf6d93c50237af2d9f445decacf04134 Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Sun, 20 Nov 2022 14:04:34 +0800 Subject: [PATCH] Avoid packaging unnecessary files into dist. --- .gitattributes | 9 +++++++++ Changelog.txt | 2 ++ 2 files changed, 11 insertions(+) diff --git a/.gitattributes b/.gitattributes index ccbd2f5..e1d5700 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,12 @@ # https://github.com/github/linguist *.md linguist-documentation + +# Stuff not needed for dist installs. Refer to: +# https://git-scm.com/docs/gitattributes#_creating_an_archive +# https://getcomposer.org/doc/06-config.md#preferred-install + +/.github export-ignore +/_docs export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore diff --git a/Changelog.txt b/Changelog.txt index 4ab7d96..a3a869e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -13,6 +13,8 @@ Versioning guidelines for SemVer can be found at: https://semver.org/ latter, just use Composer instead). Increased minimum PHP version requirement to PHP 7.2, and refactored all code accordingly. +- [2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist. + === Version/Release 1.0.3 === PATCH RELEASE.