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

1
.idea/php.xml generated
View file

@ -147,6 +147,7 @@
<path value="$PROJECT_DIR$/vendor/laminas/laminas-diactoros" />
<path value="$PROJECT_DIR$/vendor/laminas/laminas-escaper" />
<path value="$PROJECT_DIR$/vendor/beberlei/assert" />
<path value="$PROJECT_DIR$/vendor/topfloor/composer-cleanup-vcs-dirs" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.4" />