rector/.gitattributes
Tomas Votruba 09d5657fa0 Updated Rector to commit ff1d2a78482f59955f8e565484cb855d939b44b7
49bde94ec1 fix directory export-ignore path ff1d2a7848 scope only for symfony
2021-06-05 18:10:54 +00:00

30 lines
981 B
Plaintext

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Set syntax highlight on GitHub
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
*.neon linguist-language=YAML
# Remove files for archives generated using `git archive`
.editorconfig export-ignore
.gitattributes export-ignore
CONTRIBUTING.md export-ignore
CHANGELOG.md export-ignore
CODE_OF_CONDUCT.md export-ignore
# exclude only root dirs, otherwise nette/utils is removed - see https://github.com/TomasVotruba/tomasvotruba.com/pull/1197/checks?check_run_id=2577329283
/stubs export-ignore
Dockerfile export-ignore
docs/images export-ignore
.docker export-ignore
.github export-ignore
/e2e export-ignore
.dockerignore 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