From bdf9359e787d7168714c5cb41e2e0abd2f08cd2d Mon Sep 17 00:00:00 2001 From: uc-hoba Date: Thu, 15 Mar 2018 14:30:37 +0800 Subject: [PATCH] add .gitattribute --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9f25589 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.wav filter=lfs diff=lfs merge=lfs -text +*.tif filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text \ No newline at end of file