Skip to content

Commit a8ff5a5

Browse files
committed
Avoid packaging unnecessary files into dist.
1 parent ffad568 commit a8ff5a5

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
@@ -14,3 +14,10 @@
1414
*.txt linguist-documentation
1515

1616
.github/* -linguist-detectable
17+
18+
# Stuff not needed for dist installs. Refer to:
19+
# https://git-scm.com/docs/gitattributes#_creating_an_archive
20+
# https://getcomposer.org/doc/06-config.md#preferred-install
21+
22+
/.github export-ignore
23+
/.gitattributes export-ignore

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
117117
[2022.10.25; Maikuolan]: Hardened some configuration constraints.
118118

119119
[2022.10.28; Maikuolan]: Reworked how the configuration page deals with volume-based configuration.
120+
121+
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.

0 commit comments

Comments
 (0)