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
|
@ -44,7 +44,8 @@
|
|||
"drupal/stage_file_proxy": "^1.0",
|
||||
"drush/drush": "^9",
|
||||
"illuminate/support": "^7.10",
|
||||
"nesbot/carbon": "^2.33"
|
||||
"nesbot/carbon": "^2.33",
|
||||
"topfloor/composer-cleanup-vcs-dirs": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue