We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export-ignore
expose-ignore
1 parent 708195a commit 97194caCopy full SHA for 97194ca
.gitattributes
@@ -1,6 +1,6 @@
1
-# Ignore unnecessary files/folders for the distribution archive
2
-/tests expose-ignore
3
-/.github expose-ignore
4
-phpunit.xml.dist expose-ignore
5
-.gitattributes expose-ignore
6
-.gitignore expose-ignore
+# Exclude unneeded files/folders for the distribution archive
+/tests export-ignore
+/.github export-ignore
+phpunit.xml.dist export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore
0 commit comments