added drush composer and ignored vendor
This commit is contained in:
@@ -5,3 +5,5 @@ sites/*/drushrc.php
|
|||||||
# Ignore paths that contain user-generated content.
|
# Ignore paths that contain user-generated content.
|
||||||
sites/*/files
|
sites/*/files
|
||||||
sites/*/private
|
sites/*/private
|
||||||
|
|
||||||
|
vendor
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"require": {
|
||||||
|
"drush/drush": "~8.0",
|
||||||
|
"webflo/drupal-finder": "^1.0.0"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"installer-paths": {
|
||||||
|
".": [
|
||||||
|
"type:drupal-core"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Generated
+1741
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user