aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorAurélien Tamisier <virtualtam+github@flibidi.net>2019-01-23 22:14:32 +0100
committerGitHub <noreply@github.com>2019-01-23 22:14:32 +0100
commite664865e2e1a88846e56f930095dfe4ff210596a (patch)
tree6ca7f7da0849e814d38bbd904ce18b9740ea2e3f /.gitignore
parent92423ce58a316c8f3b4aeb0a510bcecf54e15d7c (diff)
parent9eb6055abb2643a9d666b0355cd6d6d67ee4e0ba (diff)
downloadShaarli-e664865e2e1a88846e56f930095dfe4ff210596a.tar.gz
Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.tar.zst
Shaarli-e664865e2e1a88846e56f930095dfe4ff210596a.zip
Merge pull request #1258 from virtualtam/refactor/phpdoc
Replace Doxygen with phpDocumentor to generate reference documentation
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 414ff6d5..6208e795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,15 +22,16 @@ inc/languages/*/LC_MESSAGES/shaarli.mo
22 22
23# Development and test resources 23# Development and test resources
24coverage 24coverage
25doxygen
26sandbox 25sandbox
27phpmd.html 26phpmd.html
27phpdoc.xml
28 28
29# User plugin configuration 29# User plugin configuration
30plugins/*/config.php 30plugins/*/config.php
31 31
32# HTML documentation 32# HTML documentation
33doc/html/ 33doc/html/
34doc/phpdoc/
34 35
35# 3rd party themes 36# 3rd party themes
36tpl/* 37tpl/*