Merge pull request #17179 from dolibit-ut/patch-252
Update .gitattributes
This commit is contained in:
commit
b467cf808b
15
.gitattributes
vendored
15
.gitattributes
vendored
@ -11,12 +11,14 @@
|
|||||||
*.htm text eol=lf
|
*.htm text eol=lf
|
||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
|
*.json text eol=lf
|
||||||
*.css text eol=lf
|
*.css text eol=lf
|
||||||
*.lang text eol=lf
|
*.lang text eol=lf
|
||||||
*.txt text eol=lf
|
*.txt text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
*.pp text eol=lf
|
*.pp text eol=lf
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
*.yaml text eol=lf
|
*.yaml text eol=lf
|
||||||
*.conf text eol=lf
|
*.conf text eol=lf
|
||||||
|
|
||||||
@ -24,15 +26,16 @@
|
|||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.bmp binary
|
*.bmp binary
|
||||||
*.ico binary
|
|
||||||
*.png binary
|
|
||||||
*.jpg binary
|
|
||||||
*.jpeg binary
|
|
||||||
*.odt binary
|
|
||||||
*.odf binary
|
|
||||||
*.frm binary
|
*.frm binary
|
||||||
|
*.ico binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.jpg binary
|
||||||
*.MYD binary
|
*.MYD binary
|
||||||
*.MYI binary
|
*.MYI binary
|
||||||
|
*.odf binary
|
||||||
|
*.odt binary
|
||||||
|
*.png binary
|
||||||
|
|
||||||
|
|
||||||
# Export ignores to generate clean production tarballs
|
# Export ignores to generate clean production tarballs
|
||||||
/build export-ignore
|
/build export-ignore
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user