Skip to content

Commit 2339580

Browse files
committed
Avoid packaging unnecessary files into dist.
1 parent f8c8d0d commit 2339580

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
*.txt linguist-documentation
1111

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

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
2121
[2022.08.18; Maikuolan]: Added L10N for Persian/Farsi, Hebrew, Malay, and Ukrainian.
2222

2323
[2022.08.23; Maikuolan]: Added some limited homoglyph support for some CLI commands.
24+
25+
### v3.1.4
26+
27+
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.

0 commit comments

Comments
 (0)