hotReloadExclude property

List<String> hotReloadExclude
final

Resolved absolute paths to exclude from hot reload. Changes in these paths (or files/directories within them) will not trigger a reload.

Implementation

final List<String> hotReloadExclude;