Files
archived-data-fixtures/.gitattributes
2024-11-04 22:49:14 +01:00

15 lines
396 B
Plaintext

# Auto-detect text files, ensure they use LF.
* text=auto eol=lf
# Exclude non-essential files from dist
/docs export-ignore
/tests export-ignore
/.doctrine-project.json export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore