mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
16 lines
316 B
JSON
16 lines
316 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
".rr.yaml": ".rr.yaml",
|
|
".rr.dev.yaml": ".rr.dev.yaml"
|
|
},
|
|
"bundles": {
|
|
"Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": ["all"]
|
|
},
|
|
"gitignore": [
|
|
"/bin/rr"
|
|
]
|
|
}
|