From 2180a83df7922c613156b32b29611d4a8bf24a52 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Sat, 23 Feb 2019 09:20:00 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Add=C2=A0`.gitattributes`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f0e3595 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Set the default behaviour, in case people don't have core.autocrlf set. +* text=lf + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.asm text +*.cfg text +.gitattributes text +.gitignore text +.gitmodules text + +# Denote all files that are truly binary and should not be modified. +*.bin binary +*.sfc binary