We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881e127 commit daa3432Copy full SHA for daa3432
.gitattributes
@@ -10,3 +10,10 @@
10
*.txt linguist-documentation
11
12
.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
@@ -37,3 +37,5 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
37
### v3.1.6
38
39
[2022.10.25; Maikuolan]: Hardened some configuration constraints.
40
41
+[2022.11.20; Maikuolan]: Avoid packaging unnecessary files into dist.
0 commit comments