python-werkzeug/.gitattributes

9 lines
186 B
Plaintext
Raw Normal View History

2023-03-14 14:48:50 +08:00
# 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