This command (all on one line) excludes all .bat, .js, .map, .xml from live reload watch, in folders and subfolders
devd.exe -x "**/*.bat" -x "**/*.js" -x "**/*.map" -x "**/*.xml" -a -p 80 -l . /rest/=http://192.168.99.1:8080/rest/ /auth/=http://192.168.99.1:8180/auth/
There was an error while loading. Please reload this page.