Ignore search files for translation tests (#30590)
This commit is contained in:
@@ -23,7 +23,7 @@ const langWalksTable = nonEnglish.map(([code, lang]) => [
|
||||
lang,
|
||||
new Set(walk(`${lang.dir}/content`, {
|
||||
directories: false,
|
||||
ignore: ['**/README.md'],
|
||||
ignore: ['**/README.md', 'search'],
|
||||
}))
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user