From 6b30aa83cfe6bc7df6453e17dbb63da91100b7ec Mon Sep 17 00:00:00 2001 From: sippeangelo Date: Fri, 20 Nov 2015 16:03:25 +0100 Subject: [PATCH] gitattributes for some asset file types --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0e0287a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.png binary +*.obj binary +*.ini text eol=lf