2018-12-12 22:49:52 +01:00
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
|
2019-07-14 12:07:34 +02:00
|
|
|
# Set syntax highlight on GitHub
|
|
|
|
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
|
|
|
|
*.neon linguist-language=YAML
|
|
|
|
*.neon.dist linguist-language=YAML
|
|
|
|
|
2018-12-12 22:49:52 +01:00
|
|
|
# Remove files for archives generated using `git archive`
|
|
|
|
.coveralls.yml export-ignore
|
2018-12-13 17:23:24 +01:00
|
|
|
.editorconfig export-ignore
|
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
2019-02-08 15:53:19 +01:00
|
|
|
.phpstorm.meta.php export-ignore
|
2018-12-13 17:23:24 +01:00
|
|
|
CODE_OF_CONDUCT.md export-ignore
|
|
|
|
easy-coding-standard.neon export-ignore
|
|
|
|
LICENSE export-ignore
|
|
|
|
ecs.yml export-ignore
|
|
|
|
phpstan.neon export-ignore
|
|
|
|
phpunit.xml export-ignore
|
2019-02-03 18:46:45 +01:00
|
|
|
rector.yaml export-ignore
|
2019-02-21 15:36:16 +01:00
|
|
|
utils export-ignore
|
2019-12-04 22:33:58 +01:00
|
|
|
stubs export-ignore
|
2020-05-04 19:12:28 +02:00
|
|
|
compiler export-ignore
|
2020-01-20 13:34:31 +01:00
|
|
|
|
2020-02-27 11:32:53 +01:00
|
|
|
.travis.yml export-ignore
|
|
|
|
|
|
|
|
# testing Windows spaces - https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings
|
|
|
|
packages/better-php-doc-parser/tests/PhpDocInfo/PhpDocInfoPrinter/FixtureBasic/with_spac.txt text eol=crlf
|
2020-05-04 19:12:28 +02:00
|
|
|
|