Skip to content

Commit dfe4da5

Browse files
Merge pull request #8879 from brave/sync_v1_leftovers
Remove sync v1 leftovers
2 parents 1ab7140 + 41c479f commit dfe4da5

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
/components/brave_new_tab_ui/data/LICENSE
55
/components/brave_webtorrent/extension/out/
66
/components/brave_rewards/resources/extension/brave_rewards/out/
7-
/components/brave_sync/extension/brave-sync/
8-
/components/brave_sync/extension/brave-sync-android/
9-
/components/brave_sync/extension/brave-crypto/
107
/components/third_party/adblock/LICENSE
118
/components/third_party/local_data/LICENSE
129
/dist/

script/audit_deps.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# Use all (sub)paths except these for npm audit.
1919
NPM_EXCLUDE_PATHS = [
2020
'build',
21-
os.path.join('components', 'brave_sync', 'extension', 'brave-sync', 'node_modules'),
2221
os.path.join('node_modules'),
2322
os.path.join('vendor', 'brave-extension', 'node_modules'),
2423
]

tsconfig-lint.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"./components/**/*"
55
],
66
"exclude": [
7-
"./components/brave_sync/extension"
87
]
98
}

0 commit comments

Comments
 (0)