mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"files": {
|
|
"includes": [
|
|
"**",
|
|
"!assets/vendor/*",
|
|
"!assets/controllers.json",
|
|
"!public/assets/*",
|
|
"!public/bundles/*",
|
|
"!tests/*",
|
|
"!var/*",
|
|
"!vendor/*",
|
|
"!composer.json",
|
|
"!package.json"
|
|
]
|
|
}
|
|
}
|