mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-16 21:08:19 +01:00
028d735104
23e4b6631f
Exclude the full docs folder from archives (#4497)
27 lines
900 B
Plaintext
27 lines
900 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
|
|
|
|
docs/ export-ignore
|
|
.github export-ignore
|
|
/e2e 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
|
|
|