burzum / cakephp-html-purifier

This is a CakePHP wrapper for the HTML Purifier lib. The plugin includes a trait, a view helper, a behavior and a shell to clean your markup wherever you like, in the view or in the model layer or clean any table and field using the shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add directories to .gitignore

mattboothman opened this issue · comments

Can we add all directories that the plugin writes to to .gitignore?

For example Vendor/HtmlPurifier/library/HTMLPurifier/DefinitionCache/Serializer/...

Done, see the develop branch, I'm going to create a master release later.