From caea70d7e0f05c628c51c4829dfe575a6f3adbd1 Mon Sep 17 00:00:00 2001 From: Dustin Wheeler Date: Wed, 22 Oct 2014 21:22:49 -0400 Subject: [PATCH] Adds .gitattributes that excludes paths when installed via --prefer-dist See https://groups.google.com/forum/#!topic/thephpleague/jyPyZJPwImc See https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/ --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2846e7d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/test export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml export-ignore \ No newline at end of file