Skip to content

Commit daa3432

Browse files
committed
Avoid packaging unnecessary files into dist.
1 parent 881e127 commit daa3432

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
@@ -37,3 +37,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
3737
### v3.1.6
3838

3939
[2022.10.25; Maikuolan]: Hardened some configuration constraints.
40+
41+
[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.

0 commit comments

Comments
 (0)