mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +00:00
[change] ignore tmp files in HTML purifier
This commit is contained in:
parent
71b0d53c5e
commit
d3b52886f5
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,4 +3,5 @@ cache/*
|
||||||
vendor
|
vendor
|
||||||
composer.phar
|
composer.phar
|
||||||
db/poche.sqlite
|
db/poche.sqlite
|
||||||
inc/poche/config.inc.php
|
inc/poche/config.inc.php
|
||||||
|
inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/
|
Loading…
Reference in a new issue