Skip to content

Commit

Permalink
Add .gitattributes to clean up release zip
Browse files Browse the repository at this point in the history
Various artifacts such as tests and build config are not needed in the
release zip file. This removes them.

Fixes #23.
  • Loading branch information
akrabat committed Dec 7, 2020
1 parent 74c1271 commit f829a2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.php text eol=lf
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/composer.lock export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests/ export-ignore

0 comments on commit f829a2f

Please sign in to comment.