Skip to content

Commit 9e9bc04

Browse files
committed
Avoid packaging unnecessary files into dist.
1 parent 9bffa52 commit 9e9bc04

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
5353
[2022.10.12; BaseMax]: Improved L10N for Persian/Farsi.
5454

5555
[2022.10.13; Bug-fix; ben-mckenzie]: The scan function was incorrectly detecting file spoofing when associative or nested structures were present in `$_FILES` (e.g. `foo['bar'][]`); Fixed.
56+
57+
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.

0 commit comments

Comments
 (0)