-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
18 lines (16 loc) · 987 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# copied from REDAXO-core:
# These files are always considered text and should use LF.
# See core.whitespace @ https://git-scm.com/docs/git-config for whitespace flags.
*.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
*.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
# aus vendor/mjaschen/phpgeo nur den notwendigen Teil in das Release übernehmen.
vendor/mjaschen/phpgeo/docs/ export-ignore
vendor/mjaschen/phpgeo/tests/ export-ignore
vendor/mjaschen/phpgeo/Makefile export-ignore
vendor/mjaschen/phpgeo/composer.json export-ignore
vendor/mjaschen/phpgeo/phive.xml export-ignore
vendor/mjaschen/phpgeo/phpcs.xml.dist export-ignore
vendor/mjaschen/phpgeo/phpdox.xml export-ignore
vendor/mjaschen/phpgeo/phpunit.xml export-ignore
vendor/mjaschen/phpgeo/psalm.xml export-ignore