Files
dokuwiki/.gitattributes
Andreas Gohr eacee56e37 adjust export-ignore checking in deleted files action
This makes use of git check-attr to properly check the attributes. The
attributes have been extended to match subdirs and files.
2023-11-14 14:29:26 +01:00

21 lines
402 B
Plaintext

* 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