# Explicitly specify which files are text.
# Text files will be normalized (crlf -> lf)
*.go	text
*.txt	text
*.md	text
*.html	text
*.css	text
*.js	text

# Binary files
*.png	binary
*.jpg	binary
*.jpeg	binary
