We want to exclude additional unwanted files from the final built artifacts. These are mostly things added by Drupal at build time, though may also include some testing artifacts.
docroot/README.md
docroot/example.gitignore
Possibly exclude all docroot/**/README.md and README.txt.
We want to exclude additional unwanted files from the final built artifacts. These are mostly things added by Drupal at build time, though may also include some testing artifacts.
Possibly exclude all
docroot/**/README.md
andREADME.txt
.