Use zotero/translate and zotero/utilities for shared code
This commit is contained in:
parent
c929055571
commit
7814efcfe2
19 changed files with 337 additions and 527 deletions
|
@ -12,6 +12,7 @@ const dirs = [
|
|||
// list of folders that are symlinked
|
||||
const symlinkDirs = [
|
||||
'chrome/content/zotero/xpcom/rdf',
|
||||
'chrome/content/zotero/xpcom/translate/src',
|
||||
'styles',
|
||||
'translators'
|
||||
];
|
||||
|
@ -94,7 +95,9 @@ const ignoreMask = [
|
|||
'**/#*',
|
||||
'resource/schema/global/README.md',
|
||||
'resource/schema/global/schema.json.gz',
|
||||
'resource/schema/global/scripts/*'
|
||||
'resource/schema/global/scripts/*',
|
||||
'chrome/content/zotero/xpcom/translate/example/**/*',
|
||||
'chrome/content/zotero/xpcom/translate/README.md',
|
||||
];
|
||||
|
||||
const jsFiles = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue