mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 01:56:26 +03:00
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"manifests": {
|
|
"symfony/flex": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
".env.dist": ".env.dist",
|
|
"git/": ".git"
|
|
}
|
|
},
|
|
"files": {
|
|
".env.dist": {
|
|
"contents": [
|
|
"# This file is a \"template\" of which env vars need to be defined for your application",
|
|
"# Copy this file to .env file for development, create environment variables when deploying to production",
|
|
"# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"git/HEAD": {
|
|
"contents": [
|
|
"ref: refs/heads/master",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"git/config": {
|
|
"contents": [
|
|
"[core]",
|
|
"\trepositoryformatversion = 0",
|
|
"\tfilemode = true",
|
|
"\tbare = false",
|
|
"\tlogallrefupdates = true",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"git/objects/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"git/refs/.gitignore": {
|
|
"contents": [
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "cc1afd81841db36fbef982fe56b48ade6716fac4"
|
|
}
|
|
}
|
|
}
|