Skip to content

Commit 0143f39

Browse files
committed
Reduce ZIP/installation size
1 parent f0ffbed commit 0143f39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# https://php.watch/articles/composer-gitattributes
2+
3+
# Exclude build/test files from archive
4+
/.coveralls.yml export-ignore
5+
/.gitattributes export-ignore
6+
/.github/ export-ignore
7+
/Test/ export-ignore
8+
9+
# Configure diff output for .php files.
10+
*.php diff=php

0 commit comments

Comments
 (0)