added drush composer and ignored vendor

This commit is contained in:
2020-06-23 12:21:43 +02:00
parent 835220fa8b
commit 5722078d40
3 changed files with 1756 additions and 0 deletions
+2
View File
@@ -5,3 +5,5 @@ sites/*/drushrc.php
# Ignore paths that contain user-generated content.
sites/*/files
sites/*/private
vendor
+13
View File
@@ -0,0 +1,13 @@
{
"require": {
"drush/drush": "~8.0",
"webflo/drupal-finder": "^1.0.0"
},
"extra": {
"installer-paths": {
".": [
"type:drupal-core"
]
}
}
}
Generated
+1741
View File
File diff suppressed because it is too large Load Diff