Skip to content

Commit 54ef70c

Browse files
authored
chore(tools): exclude tutorials/README.md from sync (#1112)
- Add tutorials/README.md to exclusion patterns - Remove file from adev-ja directory - This file is not intended for translation
1 parent b048ede commit 54ef70c

File tree

2 files changed

+1
-108
lines changed

2 files changed

+1
-108
lines changed

adev-ja/src/content/tutorials/README.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

tools/update-origin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const localizedFilePatterns: Array<string | readonly string[]> = [
1313
'!src/content/**/license.md',
1414
'!src/content/kitchen-sink.md',
1515
'!src/content/examples/**/readme.md',
16+
'!src/content/tutorials/README.md',
1617
],
1718
// Tutorial config files
1819
'src/content/tutorials/**/config.json',

0 commit comments

Comments
 (0)