1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Auto detect text files and perform LF normalization * text=auto # Explicitly declare text files *.rs text *.toml text *.md text *.yml text *.yaml text *.sh text # Denote binary files *.png binary *.jpg binary *.jpeg binary *.gz binary