Skip to content

Commit a8ad926

Browse files
chore: remove pathFilteringService
Remove pathFilteringService as it was used in a product that we no longer support - Proton.
1 parent f1c4935 commit a8ad926

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

lib/common/appbuilder/appbuilder-bootstrap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require("../bootstrap");
2-
$injector.require("pathFilteringService", "./appbuilder/services/path-filtering");
32
$injector.require("liveSyncServiceBase", "./services/livesync-service-base");
43
$injector.require("androidLiveSyncServiceLocator", "./appbuilder/services/livesync/android-livesync-service");
54
$injector.require("iosLiveSyncServiceLocator", "./appbuilder/services/livesync/ios-livesync-service");

lib/common/appbuilder/declarations.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,6 @@ declare module Project {
101101
configurations: string[];
102102
}
103103
}
104-
105-
interface IPathFilteringService {
106-
getRulesFromFile(file: string): string[];
107-
filterIgnoredFiles(files: string[], rules: string[], rootDir: string): string[];
108-
isFileExcluded(file: string, rules: string[], rootDir: string): boolean
109-
}
110-
111104
/**
112105
* Describes available methods for LiveSync operation from Proton.
113106
*/

lib/common/appbuilder/services/path-filtering.ts

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)