1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00

Tools: Exclude more paths when building translations

This commit is contained in:
Laurent Cozic 2025-01-06 11:57:29 +00:00
parent 8e547219b8
commit 3ae834e508

View File

@ -53,6 +53,7 @@ async function createPotFile(potFilePath: string) {
'./packages/app-desktop/dist/*',
'./packages/app-desktop/gui/note-viewer/pluginAssets/*',
'./packages/app-desktop/gui/style/*',
'./packages/app-desktop/integration-tests/*',
'./packages/app-desktop/lib/*',
'./packages/app-desktop/pluginAssets/*',
'./packages/app-desktop/tools/*',
@ -61,6 +62,8 @@ async function createPotFile(potFilePath: string) {
'./packages/app-mobile/ios/*',
'./packages/app-mobile/pluginAssets/*',
'./packages/app-mobile/tools/*',
'./packages/default-plugins/plugin-sources/*',
'./packages/doc-builder/build/*',
'./packages/fork-*/*',
'./packages/lib/rnInjectedJs/*',
'./packages/lib/vendor/*',