divineniiquaye/flight-routing

View on GitHub
.gitattributes

Summary

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

# Allows a fine-grained control, 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
/.github              export-ignore
/.gitignore           export-ignore
/phpcs.xml.dist       export-ignore
/phpstan.neon.dist    export-ignore
/phpunit.xml.dist     export-ignore
/psalm.xml.dist       export-ignore
/tests                export-ignore
/BENCHMARK.txt        export-ignore
/phpbench.json        export-ignore