Merge matrix-react-sdk into element-web
Merge remote-tracking branch 'repomerge/t3chguy/repomerge' into t3chguy/repo-merge Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -8,6 +8,18 @@ const ignore: string[] = [];
|
||||
|
||||
ignore.push(...Object.values<string>(JSON.parse(fs.readFileSync(`${__dirname}/../components.json`, "utf-8"))));
|
||||
ignore.push("/index.ts");
|
||||
ignore.push("/jest-matrix-react.tsx");
|
||||
ignore.push("/customisations/");
|
||||
ignore.push("/test-utils/");
|
||||
|
||||
// The following ignores are temporary and false-positives which need to be fixed
|
||||
ignore.push("/useLocalStorageState.ts");
|
||||
ignore.push("/blurhash.worker.ts");
|
||||
ignore.push("/OpenSpotlightPayload.ts");
|
||||
ignore.push("/PinnedMessageBadge.tsx");
|
||||
ignore.push("/editor/mock.ts");
|
||||
ignore.push("DeviceIsolationModeController.ts");
|
||||
|
||||
// We ignore js-sdk by default as it may export for other non element-web projects
|
||||
if (!includeJSSDK) ignore.push("matrix-js-sdk");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user