From 888190f15a332f43518defc883a6b615cfcacdd4 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 21 Jan 2018 23:06:38 +0100 Subject: [PATCH] Various small improvements --- .gitignore | 7 ++++++- .phpcs.xml | 5 +++-- .phpdoc.xml | 9 +++++---- CONTRIBUTING.md | 2 +- README.md | 3 +++ lib/AbstractPicoPlugin.php | 3 ++- lib/Pico.php | 6 ++---- 7 files changed, 22 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 768fc06..bccec62 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,12 @@ desktop.ini .DS_Store ._* -# Composer +# composer /composer.lock /composer.phar /vendor + +# phpDocumentor +/.build/phpdoc +/.build/phpdoc.cache +/phpDocumentor.phar diff --git a/.phpcs.xml b/.phpcs.xml index a0785b8..2592313 100644 --- a/.phpcs.xml +++ b/.phpcs.xml @@ -11,9 +11,10 @@ . - ^_build/ + ^.build/ + ^.github/ ^vendor/ *.min.js diff --git a/.phpdoc.xml b/.phpdoc.xml index 301f928..f924f31 100644 --- a/.phpdoc.xml +++ b/.phpdoc.xml @@ -2,10 +2,10 @@ <![CDATA[Pico API Documentation]]> - _build/phpdoc.cache + .build/phpdoc.cache - _build/phpdoc + .build/phpdoc