32 lines
559 B
Plaintext
32 lines
559 B
Plaintext
#
|
|
# https://help.github.com/articles/dealing-with-line-endings/
|
|
#
|
|
# These are explicitly windows files and should use crlf
|
|
*.bat text eol=crlf
|
|
* text eol=lf
|
|
*.java text eol=lf
|
|
*.js text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
|
|
*.docx binary
|
|
*.xlsx binary
|
|
*.pptx binary
|
|
*.doc binary
|
|
*.xls binary
|
|
*.ppt binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jar binary
|
|
*.pdf binary
|
|
*.eot binary
|
|
*.ttf binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.gzip binary
|
|
*.zip binary
|
|
*.gz binary
|
|
*.ai binary
|
|
*.eps binary
|
|
*.swf binary
|