From da69ed4a36cf016c6fd319a0819e1f6ba1d79510 Mon Sep 17 00:00:00 2001 From: DrewAPicture Date: Tue, 15 Mar 2016 00:57:47 -0600 Subject: [PATCH] Git attributes. --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a8fcecc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Items to ignore when downloading a zip + +.gitattributes export-ignore +.travis.yml export-ignore +/bin/ export-ignore +composer.json export-ignore +/grunt/ export-ignore +Gruntfile.js export-ignore +package.json export-ignore +phpunit.xml export-ignore +README.md export-ignore +/tests/ export-ignore