9 lines
164 B
JSON
9 lines
164 B
JSON
|
{
|
||
|
"exclude": [
|
||
|
"core/frontend/src/**",
|
||
|
"core/frontend/public/**",
|
||
|
"core/server/data/migrations/**",
|
||
|
"!core/server/data/migrations/utils.js"
|
||
|
]
|
||
|
}
|