We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c394233 commit 14206cbCopy full SHA for 14206cb
lib/services/usb-livesync-service.ts
@@ -10,7 +10,8 @@ import Future = require("fibers/future");
10
11
export class UsbLiveSyncService extends usbLivesyncServiceBaseLib.UsbLiveSyncServiceBase implements IUsbLiveSyncService {
12
private excludedProjectDirsAndFiles = [
13
- "app_resources"
+ "**/app_resources/**",
14
+ "**/*.ts",
15
];
16
17
constructor($devicesServices: Mobile.IDevicesServices,
0 commit comments