Skip to content

Commit b1158a2

Browse files
authored
added testes export-ignore to gitattributes
1 parent cb5e361 commit b1158a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitattributes

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# Path-based git attributes
2-
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3-
4-
# Ignore all test and documentation with "export-ignore".
51
/.github export-ignore
62
/.gitattributes export-ignore
73
/.gitignore export-ignore
84
/.editorconfig export-ignore
95
/.php_cs.dist.php export-ignore
106
/phpunit.xml.dist export-ignore
7+
/tests export-ignore

0 commit comments

Comments
 (0)