14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
# 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
|