Update .gitattributes

This commit is contained in:
Sebastian Meyer 2024-02-14 14:00:13 +01:00
parent d6264b2f60
commit e402e4ff2c
1 changed files with 1 additions and 4 deletions

5
.gitattributes vendored
View File

@ -89,9 +89,6 @@
# https://github.com/gitattributes/gitattributes/blob/master/PHP.gitattributes
###
# Auto detect text files and perform LF normalization
* text=auto
# PHP files
*.php text eol=lf diff=php
*.phpt text eol=lf diff=php
@ -116,7 +113,7 @@ psalm.xml text eol=lf
*.neon text eol=lf
# Generated documentation
doc/* linguist-generated=true
doc/* linguist-generated=true
# Exclude files from exporting
.github/* export-ignore