From 95c5c0763a6abe8891a0e46d81e8d25b8bc4e606 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 16 Jul 2017 23:24:52 +0200 Subject: [PATCH] Removed rows not needed (#66) --- .gitattributes | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitattributes b/.gitattributes index 30da17f..5f1beb2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,11 @@ .editorconfig export-ignore .gitattributes export-ignore -/.github/ export-ignore +.github/ export-ignore +.travis/ export-ignore .gitignore export-ignore -/.php_cs export-ignore -/.scrutinizer.yml export-ignore -/.styleci.yml export-ignore -/.travis.yml export-ignore -/behat.yml.dist export-ignore -/features/ export-ignore -/phpspec.ci.yml export-ignore -/phpspec.yml.dist export-ignore -/phpunit.xml.dist export-ignore -/spec/ export-ignore -/Tests/ export-ignore +.php_cs export-ignore +.scrutinizer.yml export-ignore +.styleci.yml export-ignore +.travis.yml export-ignore +phpunit.xml.dist export-ignore +tests/ export-ignore