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