appsody / controller

Appsody controller running in the development container. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
2 stars 12 forks source link

Ignore Directory events in file watching. #25

Closed kewegner closed 5 years ago

kewegner commented 5 years ago

In order to eliminate issues with APPSODY_ REGEX and watching .*, etc. we should ignore directory events. Because those events aren't of interest and cause unnecessary ON_CHANGE calls.

We will revisit supporting directory events in a future sprint.