mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
10 lines
144 B
JSON
10 lines
144 B
JSON
{
|
|
"copy-from-recipe": {
|
|
".php_cs.dist": ".php_cs.dist"
|
|
},
|
|
"gitignore": [
|
|
".php_cs",
|
|
".php_cs.cache"
|
|
]
|
|
}
|