Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
*.json text eol=lf
*.yml text eol=lf
  • Loading branch information
dolibit-ut authored Apr 7, 2021
1 parent 1e1b963 commit e5764fa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,31 @@
*.htm text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.css text eol=lf
*.lang text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.pp text eol=lf
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.conf text eol=lf

.bash_aliases text eol=lf

# Denote all files that are truly binary and should not be modified.
*.bmp binary
*.frm binary
*.ico binary
*.png binary
*.jpg binary
*.jpeg binary
*.odt binary
*.odf binary
*.frm binary
*.jpg binary
*.MYD binary
*.MYI binary
*.odf binary
*.odt binary
*.png binary


# Export ignores to generate clean production tarballs
/build export-ignore
Expand Down

0 comments on commit e5764fa

Please sign in to comment.