diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-08 09:57:18 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-08 09:57:18 +0200 |
commit | 25b5caeed1022b385b29d626c2266bccb4ceac40 (patch) | |
tree | fb09009edb60c4de2ca6e173ac3aaa37aaa256ec | |
parent | 313f4ca785a607ba276b3f42b5bb5966d543bedc (diff) | |
download | wallabag-25b5caeed1022b385b29d626c2266bccb4ceac40.tar.gz wallabag-25b5caeed1022b385b29d626c2266bccb4ceac40.tar.zst wallabag-25b5caeed1022b385b29d626c2266bccb4ceac40.zip |
ignore doc output
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ | |||
1 | vendor | 1 | vendor |
2 | composer.phar | 2 | composer.phar |
3 | db/poche.sqlite | 3 | db/poche.sqlite |
4 | output \ No newline at end of file | 4 | output |
5 | phpdoc* \ No newline at end of file | ||