mirror of
https://github.com/doctrine/lexer.git
synced 2026-03-23 22:22:11 +01:00
14 lines
360 B
Plaintext
14 lines
360 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
|