Document --watch-ignore param to parcel watch in https://parceljs.org/features/cli/
The default is [.git, .hg],
which should be included when overriding the param.
Is it a comma separated list with square bracket?
Are spaces allowed/ignored?
Default should be [.git, .hg, <dist-dir>]