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