Skip to content

Commit 689bc1f

Browse files
committed
Avoid packaging unnecessary files into dist.
1 parent 45507c7 commit 689bc1f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@
77
# https://github.com/github/linguist
88

99
*.md linguist-documentation
10+
11+
# Stuff not needed for dist installs. Refer to:
12+
# https://git-scm.com/docs/gitattributes#_creating_an_archive
13+
# https://getcomposer.org/doc/06-config.md#preferred-install
14+
15+
/.github export-ignore
16+
/_docs export-ignore
17+
/.gitattributes export-ignore
18+
/.gitignore export-ignore

Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Versioning guidelines for SemVer can be found at: https://semver.org/
1313
latter, just use Composer instead). Increased minimum PHP version requirement
1414
to PHP 7.2, and refactored all code accordingly.
1515

16+
- [2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.
17+
1618
=== Version/Release 1.0.3 ===
1719
PATCH RELEASE.
1820

0 commit comments

Comments
 (0)