diff --git a/scripts/get_clang_paths.js b/scripts/get_clang_paths.js --- a/scripts/get_clang_paths.js +++ b/scripts/get_clang_paths.js @@ -6,34 +6,6 @@ extensions: ['h', 'cpp'], excludes: ['_generated'], }, - { - path: 'services/lib/src', - extensions: ['cpp', 'h'], - }, - { - path: 'services/tunnelbroker/src', - extensions: ['cpp', 'h'], - }, - { - path: 'services/tunnelbroker/test', - extensions: ['cpp', 'h'], - }, - { - path: 'services/backup/src', - extensions: ['cpp', 'h'], - }, - { - path: 'services/backup/test', - extensions: ['cpp', 'h'], - }, - { - path: 'services/blob/src', - extensions: ['cpp', 'h'], - }, - { - path: 'services/blob/test', - extensions: ['cpp', 'h'], - }, { path: 'native/android/app/src/cpp', extensions: ['cpp', 'h'],