oliverdavies.uk-drupal-old/.gitignore
Oliver Davies 6ed644c8d3 Add custom command for exporting body content
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
2020-05-20 11:57:47 +01:00

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/