mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
15 lines
396 B
Plaintext
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
|