mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"bundles": {
|
|
"Kunstmaan\\MediaBundle\\KunstmaanMediaBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"public/": "%PUBLIC_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/public/uploads/"
|
|
]
|
|
}
|