We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c394233 commit 88dce96Copy full SHA for 88dce96
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