From 41c479ffaa3619a22bd29f9c4d554b582702fbec Mon Sep 17 00:00:00 2001 From: AlexeyBarabash Date: Thu, 20 May 2021 14:02:15 +0300 Subject: [PATCH] Remove sync v1 leftovers; fixes brave/brave-browser#15791 --- .gitignore | 3 --- script/audit_deps.py | 1 - tsconfig-lint.json | 1 - 3 files changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 62d4f0c1247a..dd1f1058caea 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,6 @@ /components/brave_new_tab_ui/data/LICENSE /components/brave_webtorrent/extension/out/ /components/brave_rewards/resources/extension/brave_rewards/out/ -/components/brave_sync/extension/brave-sync/ -/components/brave_sync/extension/brave-sync-android/ -/components/brave_sync/extension/brave-crypto/ /components/third_party/adblock/LICENSE /components/third_party/local_data/LICENSE /dist/ diff --git a/script/audit_deps.py b/script/audit_deps.py index 45efc797883b..101fc6647c0f 100755 --- a/script/audit_deps.py +++ b/script/audit_deps.py @@ -18,7 +18,6 @@ # Use all (sub)paths except these for npm audit. NPM_EXCLUDE_PATHS = [ 'build', - os.path.join('components', 'brave_sync', 'extension', 'brave-sync', 'node_modules'), os.path.join('node_modules'), os.path.join('vendor', 'brave-extension', 'node_modules'), ] diff --git a/tsconfig-lint.json b/tsconfig-lint.json index 9b3112303351..5eaec9ab40f4 100644 --- a/tsconfig-lint.json +++ b/tsconfig-lint.json @@ -4,6 +4,5 @@ "./components/**/*" ], "exclude": [ - "./components/brave_sync/extension" ] }