From 7b6c3d9a1fbd98af841bce8f9ed78801a566d4f3 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 7 Sep 2015 14:14:46 +0200 Subject: [PATCH] Add gitattributes for smaller download size --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a951d14 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/spec export-ignore +/examples export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/README.md export-ignore