From e0523d75519ae6799efcacce0677aea50ba0d165 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 2 Dec 2016 17:16:03 +0200 Subject: [PATCH] add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af7e5e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/extras export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore