Skip to content

Commit 1292601

Browse files
committed
Avoid packaging unnecessary files into dist.
1 parent 058c9da commit 1292601

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@
2727

2828
.github/* -linguist-detectable
2929
.tests/* -linguist-detectable
30+
31+
# Stuff not needed for dist installs. Refer to:
32+
# https://git-scm.com/docs/gitattributes#_creating_an_archive
33+
# https://getcomposer.org/doc/06-config.md#preferred-install
34+
35+
/.github export-ignore
36+
/.tests export-ignore
37+
/.gitattributes export-ignore
38+
/.gitignore export-ignore
39+
/tests.php export-ignore

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Prior to phpMussel v3, the "phpMussel Co
9393
[2022.10.25; Maikuolan]: Hardened some configuration constraints.
9494

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

0 commit comments

Comments
 (0)