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 3a1e721 commit a7d0da3Copy full SHA for a7d0da3
1 file changed
.gitattributes
@@ -27,9 +27,19 @@ LICENSE -diff
27
28
# Exclude files from `git archive` (useful when packaging a release)
29
.env export-ignore
30
-/tests export-ignore
31
-/.github export-ignore
32
-/.gitignore export-ignore
33
-/.gitattributes export-ignore
34
-/vendor export-ignore
35
-/example export-ignore
+/tests/ export-ignore
+.github export-ignore
+.gitignore export-ignore
+.gitattributes export-ignore
+/vendor/ export-ignore
+/example/ export-ignore
36
+CODE_OF_CONDUCT.md export-ignore
37
+CHANGELOG.md export-ignore
38
+README.md export-ignore
39
+index.php export-ignore
40
+phpunit.xml export-ignore
41
+composer.json export-ignore
42
+composer.lock export-ignore
43
+.editorconfig export-ignore
44
+.env.example export-ignore
45
+LICENSE export-ignore
0 commit comments