diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-10-21 10:51:24 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-10-21 10:51:24 +0300 |
| commit | 03e956132d4a4b880d4e4533aeab725b0b2b5b52 (patch) | |
| tree | ce23379887ece400212767f527afcba8366f018a /vendor/soundasleep/html2text/.gitignore | |
| parent | 2b61052e8709283d89997e351173bcb43a3c2c61 (diff) | |
switch to html2text() instead of strip_tags() when preparing FTS index
Diffstat (limited to 'vendor/soundasleep/html2text/.gitignore')
| -rw-r--r-- | vendor/soundasleep/html2text/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/soundasleep/html2text/.gitignore b/vendor/soundasleep/html2text/.gitignore new file mode 100644 index 000000000..a41c6bab9 --- /dev/null +++ b/vendor/soundasleep/html2text/.gitignore @@ -0,0 +1,7 @@ +tests/*.output +*.sublime-project +*.sublime-workspace +vendor/ +**/*.DS_Store +.phpunit.result.cache +composer.lock |