Skip to content

Commit

Permalink
Merge pull request #8879 from brave/sync_v1_leftovers
Browse files Browse the repository at this point in the history
Remove sync v1 leftovers
  • Loading branch information
AlexeyBarabash authored May 21, 2021
2 parents 1ab7140 + 41c479f commit dfe4da5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 0 additions & 1 deletion script/audit_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]
Expand Down
1 change: 0 additions & 1 deletion tsconfig-lint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"./components/**/*"
],
"exclude": [
"./components/brave_sync/extension"
]
}

0 comments on commit dfe4da5

Please sign in to comment.