From e7c5afefca26bd7778c492b1997c5d25379e854f Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Sat, 28 Mar 2015 11:51:38 +0100 Subject: [PATCH] Add .gitattributes to ignore certain files & dirs when preparing export for things as Composer. (http://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/) --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1b3a1cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/examples export-ignore +/phpunit.xml.dist export-ignore +/tests export-ignore +/Gemfile export-ignore +/Gemfile.lock export-ignore \ No newline at end of file