diff --git a/.gitignore b/.gitignore index 8e11af4..7163361 100644 --- a/.gitignore +++ b/.gitignore @@ -10,15 +10,17 @@ desktop.ini .DS_Store ._* -# Travis -/build/phpdoc-*/ -/build/phpdoc-*.git/ - # Composer /composer.lock /composer.phar /vendor +# phpDocumentor +/_build/phpdoc/ +/_build/phpdoc.cache/ +/_build/phpdoc-*/ +/_build/phpdoc-*.git/ + # User config /config/config.php diff --git a/phpcs.xml b/.phpcs.xml similarity index 81% rename from phpcs.xml rename to .phpcs.xml index 93b9ebb..77a35e5 100644 --- a/phpcs.xml +++ b/.phpcs.xml @@ -6,9 +6,14 @@ - ^build/ + . + + + ^_build/ ^vendor/ *.min.js diff --git a/.phpdoc.xml b/.phpdoc.xml new file mode 100644 index 0000000..c46b6da --- /dev/null +++ b/.phpdoc.xml @@ -0,0 +1,32 @@ + + + <![CDATA[Pico 1.0 API Documentation]]> + + _build/phpdoc.cache + + + _build/phpdoc + + +