From e1537f663271a37676a6af72523a0ec5d739c099 Mon Sep 17 00:00:00 2001 From: brluk and japatel Date: Wed, 29 Mar 2017 11:05:24 -0500 Subject: [PATCH] Add gitattributes to remove unnecessary files from archive --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f34d169 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +tests/ export-ignore +sample/ export-ignore +docs/ export-ignore +.coveralls.yml export-ignore +.editorconfig export-ignore +.releasinator.rb export-ignore +.travis.yml export-ignore +CONTRIBUTING.md export-ignore +Gemfile export-ignore +Gemfile.lock export-ignore +Rakefile export-ignore +generate-api.sh export-ignore +