From fd4151e48840978351bdb22295ccf45aab9a9bbe Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 23 Nov 2016 14:46:11 +0100 Subject: [PATCH] added .gitattributes file (#130) --- project/.gitattributes.twig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 project/.gitattributes.twig diff --git a/project/.gitattributes.twig b/project/.gitattributes.twig new file mode 100644 index 000000000..3edeb7c2a --- /dev/null +++ b/project/.gitattributes.twig @@ -0,0 +1,3 @@ +.* export-ignore +*.md export-ignore +Tests/* export-ignore