mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"assets/": "assets/"
|
|
},
|
|
"gitignore": [
|
|
"node_modules/",
|
|
"npm-debug.log",
|
|
"yarn-error.log"
|
|
]
|
|
}
|