forked from rectorphp/rector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
32 lines (29 loc) · 941 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Define the line ending behavior of the different file extensions
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto
* text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.ico binary
# 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
# Remove files for archives generated using `git archive`
.coveralls.yml export-ignore
.travis.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpstorm.meta.php export-ignore
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
create-rector.yaml.dist export-ignore
rector.yaml export-ignore
utils export-ignore