integer-net/magento2-shippingpreselection

View on GitHub
.gitattributes

Summary

Maintainability
Test Coverage
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and build files with "export-ignore".
/.gitattributes     export-ignore
/.gitignore         export-ignore
/.travis.yml        export-ignore
/tests              export-ignore
/phpcs.xml          export-ignore
/phpstan.neon       export-ignore
/.codeclimate.yml   export-ignore
/grumphp.yml        export-ignore