Skip to content

Ignore hidden files and directories, improve error reporting

Pre-release
Pre-release
Compare
Choose a tag to compare
@csaunders csaunders released this 20 Apr 20:51

.git repositories would get watched, resulting in a few things.

  1. We'd be watching a directory that could generate tons of unnecessary events
  2. We'd chew up a bunch of file descriptors to monitor directories we don't need to

Basically, any files prefixed with a . will be ignored by default.