diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-03-02 08:52:03 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-03-02 08:52:03 +0100 |
commit | d3b52886f5d4e1f22ae00f904120c4c0bed4eb29 (patch) | |
tree | d862eb9e95b828ad746768f32713146e2a80b568 /.gitignore | |
parent | 71b0d53c5e5d44a928870f7c98beac7b34199ba0 (diff) | |
download | wallabag-d3b52886f5d4e1f22ae00f904120c4c0bed4eb29.tar.gz wallabag-d3b52886f5d4e1f22ae00f904120c4c0bed4eb29.tar.zst wallabag-d3b52886f5d4e1f22ae00f904120c4c0bed4eb29.zip |
[change] ignore tmp files in HTML purifier
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,5 @@ cache/* | |||
3 | vendor | 3 | vendor |
4 | composer.phar | 4 | composer.phar |
5 | db/poche.sqlite | 5 | db/poche.sqlite |
6 | inc/poche/config.inc.php \ No newline at end of file | 6 | inc/poche/config.inc.php |
7 | inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ No newline at end of file | ||