From 5d3c117cc1edb2e0f9da494ec50503e63e30eeab Mon Sep 17 00:00:00 2001 From: Olivier Dragon Date: Wed, 2 Sep 2020 21:10:35 -0400 Subject: [PATCH] Add .gitattributes --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dc893fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +.gitattributes text +.gitignore text + +*.pl text +*.lua text +*.tr text +*.md text +*.txt text +LICENSE text + +*.jpg binary +*.png binary +*.mts binary