Skip to content

Commit

Permalink
Updating gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 28, 2014
1 parent e5e04fa commit 4be539c
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/bin
/docs
/build/*
!/build/phpmd.xml
!/build/phpdox.xml
/vendor/
/composer.lock
/*.php
Expand Down
32 changes: 32 additions & 0 deletions build/phpdox.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://phpdox.net/config">
<project name="php-tmdb-api" source="${basedir}/lib" workdir="${basedir}/docs/xml">
<collector backend="parser" />

<generator output="${basedir}/build/api">
<enrich base="${basedir}/build">
<source type="build" />

<source type="git">
<git binary="/usr/bin/git" />
<history enabled="true" limit="25" cache="${phpDox.project.workdir}/gitlog.xml" />
</source>

<source type="phploc">
<file name="logs/phploc.xml" />
</source>

<source type="checkstyle">
<file name="logs/checkstyle.xml" />
</source>

<source type="pmd">
<file name="logs/pmd.xml" />
</source>

</enrich>

<build engine="html" output="html"/>
</generator>
</project>
</phpdox>
Empty file added build/phpmd.xml
Empty file.
9 changes: 0 additions & 9 deletions phpdox.xml

This file was deleted.

0 comments on commit 4be539c

Please sign in to comment.