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:
parent
0dabdad72b
commit
958111d80f
4 changed files with 43 additions and 2 deletions
1
.idea/php.xml
generated
1
.idea/php.xml
generated
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue