mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"ignorePatterns": [
|
|
"assets/vendor/**",
|
|
"assets/controllers.json",
|
|
"public/assets/**",
|
|
"public/bundles/**",
|
|
"tests/**",
|
|
"var/**",
|
|
"vendor/**",
|
|
"composer.json",
|
|
"package.json"
|
|
]
|
|
}
|