mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
9 lines
130 B
JSON
9 lines
130 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"serverless.yaml": "serverless.yml"
|
|
},
|
|
"gitignore": [
|
|
"/.serverless/"
|
|
]
|
|
}
|