telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

skip the hidden files when livesyncing #922

Closed yyosifov closed 7 years ago

yyosifov commented 7 years ago

Add filter for files which are hidden in linux/Mac to be skipped when livesync-ing the app. Some IDEs create them to backup the currently edited file and this causes a re-deploy/re-run of the Application although it's not necessary.

justcodebuilduser commented 7 years ago

:heart:

yyosifov commented 7 years ago

ping @rosen-vladimirov do you think it's safe to merge? It's 2 weeks old already, I'd prefer if we either merge it or close it

rosen-vladimirov commented 7 years ago

Closing this as in some cases in AppBuilder we want to sync hidden files (the project file is called .abproject and in some cases we want to upload it to device.