From b6b0f4b9df4ebd8221b83e38084a9e0cd5ec9f5a Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 14 Aug 2016 14:55:13 -0600 Subject: [PATCH] Ignore .github dir and .travis.yml for Composer installs --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b3f9170 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.github export-ignore +/.gitattributes export-ignore +/.travis.yml export-ignore