From 66418bab23983a077fc9a0ee769725569a64193c Mon Sep 17 00:00:00 2001 From: Josh Butts Date: Thu, 11 Dec 2014 18:54:26 -0600 Subject: [PATCH] Create .gitattributes to mirror archive { } in composer.json --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..fce5413883 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/demos export-ignore +/tests export-ignore +/documentation export-ignore