Updated Git Ignore to ignore HTMLPurify cache Remove HTMLPurify generated Cruft

This commit is contained in:
johnnyq 2023-03-12 11:31:10 -04:00
parent 7543bfc8bc
commit e1cbd12f2e
2 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -14,4 +14,7 @@ uploads/tmp/*
backups/*
!backups/index.php
!backups/.htaccess
.idea/*
.idea/*
plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/*
plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI/*
plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS/*