From 18d79c8e04539a98318ebbb7607dc6b88dc7d795 Mon Sep 17 00:00:00 2001 From: r4sas Date: Wed, 18 Sep 2019 19:07:15 +0000 Subject: [PATCH] add .gitattributes Signed-off-by: r4sas --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore