mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
22 lines
498 B
JSON
22 lines
498 B
JSON
{
|
|
"bundles": {
|
|
"Sword\\SwordBundle\\SwordBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"install/wp/wp-config.php": "wp/wp-config.php",
|
|
"install/docker/": "docker/",
|
|
"install/Makefile": "Makefile"
|
|
},
|
|
"gitignore": [
|
|
"/wp/*",
|
|
"!wp/wp-config.php",
|
|
"!wp/content",
|
|
"wp/content/*",
|
|
"!wp/content/themes",
|
|
"wp/content/themes/twenty*"
|
|
]
|
|
}
|