Skip to content

Commit ed5c3f9

Browse files
authored
Merge pull request #19 from sasezaki/gitattributes
Setup `.gitattributes` - in order to exclude test dir from dist
2 parents fa81efb + d18e083 commit ed5c3f9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
*.php text eol=lf
2+
*.phpt text eol=lf
3+
/.editorconfig export-ignore
4+
/.gitattributes export-ignore
5+
/.github/ export-ignore
6+
/.gitignore export-ignore
7+
/composer.lock export-ignore
8+
/phpcs.xml.dist export-ignore
9+
/phpstan.neon export-ignore
10+
/phpunit.xml.dist export-ignore
11+
/test/ export-ignore

0 commit comments

Comments
 (0)