From 4088ca31df19fd96f32be33c0912a7e62c0c2ff2 Mon Sep 17 00:00:00 2001 From: Arne Blankerts Date: Mon, 11 Nov 2013 20:29:30 +0100 Subject: [PATCH] Fix gitignore --- .gitignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index af921ed7..adc4460c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ -.buildpath -.project -.settings -build -phpunit.xml -phpdoc -.idea -vendor -composer.lock +/.buildpath +/.project +/.settings +/.idea +/build +/phpunit.xml +/phpdoc +/sample +/vendor +/composer.lock