jkphl/elevator

View on GitHub
.gitattributes

Summary

Maintainability
Test Coverage
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Auto detect text files and perform LF normalization
* text eol=lf
# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.php export-ignore
/phpunit.xml.dist export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/src/Elevator/Tests export-ignore
/.codeclimate.yml export-ignore
/phpmd.xml export-ignore
/.scrutinizer.yml export-ignore
/mkdocs.yml export-ignore