Oliver Davies
6ed644c8d3
Add a custom Drush command that exports the body field values for node and block body fields into a file. This file can then be included within Tailwind's `purge` settings to prevent classes used within the body fields from being purged. References #55
20 lines
352 B
Plaintext
20 lines
352 B
Plaintext
*
|
|
!*/
|
|
!/.gitignore
|
|
!/**/.gitkeep
|
|
!/.github/**
|
|
!/.idea/**
|
|
!/bin/*
|
|
!/config/**
|
|
!/phpstan.neon
|
|
!/phpunit.xml.dist
|
|
!/scripts/**
|
|
!/web/modules/custom/**
|
|
!/web/sites/default/environments/settings.*.php
|
|
!/web/sites/default/settings.php
|
|
!/web/themes/custom/**
|
|
/.idea/workspace.xml
|
|
/vendor/
|
|
/web/themes/custom/*/body-field-values.txt
|
|
/web/themes/custom/*/dist/
|