Skip to content

Commit

Permalink
build: add .gitattributes to force LF (instead of possible CRLF on …
Browse files Browse the repository at this point in the history
…Windows)
  • Loading branch information
janpio committed Jun 28, 2019
1 parent c2bb6c1 commit 5741d4a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
* text eol=lf

#
## These files are binary and should be left untouched
#

# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary

0 comments on commit 5741d4a

Please sign in to comment.