diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-08-24 01:39:42 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-01-16 18:22:53 +0100 |
| commit | 0144c901fac7427497ac9dbc6b8fe0a4cc520708 (patch) | |
| tree | 6880e12afb3e52038ad2d1238f20b8f35be964b0 /.gitignore | |
| parent | e8522adeb44b2490b4293776704dd29627d92837 (diff) | |
| download | adodb-0144c901fac7427497ac9dbc6b8fe0a4cc520708.tar.gz adodb-0144c901fac7427497ac9dbc6b8fe0a4cc520708.tar.bz2 adodb-0144c901fac7427497ac9dbc6b8fe0a4cc520708.zip | |
Add phpDocumentor3 config file
Exclude phpdoc.xml to allow developer-specific settings, as suggested in
documentation [1].
[1]: https://docs.phpdoc.org/3.0/guide/references/configuration.html
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,3 +11,6 @@ # Composer /vendor/ /composer.lock + +# phpDocumentor +phpdoc.xml |
