run.js currently reads from .gitignore files to figure out which files to not watch
It would be nice if it also read from .git/info/exclude and the git core.excludesFile so that the behavior more closely matches the behavior of git in a given repository.
run.js currently reads from
.gitignorefiles to figure out which files to not watchIt would be nice if it also read from
.git/info/excludeand the gitcore.excludesFileso that the behavior more closely matches the behavior ofgitin a given repository.