aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
blob: 213a3c8ec98be58760db4684740e4a4b8d0bc568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* text eol=lf

*.png binary
*.gif binary
*.ico binary
*.xcf binary

.git export-ignore
.gitattributes export-ignore
.github export-ignore
.github/** export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.travis.yml export-ignore
appveyor.yml export-ignore
composer.json export-ignore
composer.lock export-ignore
_test export-ignore
_test/** export-ignore
lib/plugins/testing export-ignore