diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..055924f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,16 @@ +* text=auto + +*.def text +*.in text +*.json text +*.md text +*.py text +*.txt text + +*.pyc binary +*.pyd binary +*.pyo binary +*.pyw binary +*.dic binary +*.png binary +*.jpg binary