Skip to content

Commit 93f014c

Browse files
committed
Add .gitattribute to exclude tests files
1 parent 4893de0 commit 93f014c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Exclude unused files
2+
/tests export-ignore
3+
/phpunit.xml.dist export-ignore
4+
/.travis.yml export-ignore

0 commit comments

Comments
 (0)