Skip to content

Commit 97194ca

Browse files
committed
Fix typo (had to be export-ignore , not expose-ignore
1 parent 708195a commit 97194ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitattributes

+6-6
Original file line numberDiff line numberDiff line change
@@ -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
1+
# Exclude unneeded files/folders for the distribution archive
2+
/tests export-ignore
3+
/.github export-ignore
4+
phpunit.xml.dist export-ignore
5+
.gitattributes export-ignore
6+
.gitignore export-ignore

0 commit comments

Comments
 (0)