Remove .git directories within contrib modules

Automatically remove any `.git` directories within the project's
dependencies, such as within contrib modules like Plausible which caused
`web/modules/contrib` to keep appearing and being added to the index.
This commit is contained in:
Oliver Davies 2020-10-24 19:36:53 +01:00
parent 0dabdad72b
commit 958111d80f
4 changed files with 43 additions and 2 deletions

View file

@ -130,6 +130,7 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/var-dumper" />
<excludeFolder url="file://$MODULE_DIR$/vendor/symfony/yaml" />
<excludeFolder url="file://$MODULE_DIR$/vendor/theseer/tokenizer" />
<excludeFolder url="file://$MODULE_DIR$/vendor/topfloor/composer-cleanup-vcs-dirs" />
<excludeFolder url="file://$MODULE_DIR$/vendor/twig/twig" />
<excludeFolder url="file://$MODULE_DIR$/vendor/typo3/phar-stream-wrapper" />
<excludeFolder url="file://$MODULE_DIR$/vendor/voku/portable-ascii" />