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

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ backups/*
!backups/index.php !backups/index.php
!backups/.htaccess !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/*