From e38c08403965b74256f42bf21c5721e8d83d4f0e Mon Sep 17 00:00:00 2001 From: Sorami Hisamoto Date: Tue, 14 Nov 2017 13:04:31 +0900 Subject: [PATCH] Add .gitattributes --- .gitattributes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitattributes 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