mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-08-31 04:28:57 +00:00
Exclude some dirs and files from repository auto-generated ZIP archives (#113)
People that install this library via composer don't need the test stuff, they just need the library itself. This PR removes the development directories and files from the repository auto-generated ZIP archives. Since these development files/directories will still be available via `git clone`, Travis is happy, developers are happy, and so are end-users (they won't have unneeded stuff in production machines).
This commit is contained in:
committed by
Eduardo Gulias Davis
parent
2bc46e23e5
commit
b366d54b0a
@@ -0,0 +1,4 @@
|
||||
/Tests export-ignore
|
||||
/documentation export-ignore
|
||||
/.* export-ignore
|
||||
/phpunit.xml.dist
|
||||
Reference in New Issue
Block a user