From bbda9cf2b048fc49101905767c33322bc71d33bd Mon Sep 17 00:00:00 2001 From: VoidTwo Date: Tue, 19 Oct 2021 12:43:23 -0500 Subject: [PATCH] Added initial gitattributes --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..002ad57 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +* text eol=lf + +*.gd text +*.godot text +*.import text +*.md text +*.tscn text +*.tres text + +*.jpg binary +*.png binary +*.ttf binary \ No newline at end of file