Codebase list python-werkzeug / scrub-obsolete/main .gitattributes
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

.gitattributes @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
7
8
# Normalize CRLF to LF for all text files
* text=auto

# Declare binary file types so they won't be normalized
*.png binary
*.jpg binary
tests/**/*.http binary
tests/res/test.txt binary