Skip to content

Commit f829a2f

Browse files
committed
Add .gitattributes to clean up release zip
Various artifacts such as tests and build config are not needed in the release zip file. This removes them. Fixes #23.
1 parent 74c1271 commit f829a2f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)