-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
I have a project where at the top of the project I store my postgresql data directory, which is owned by a container and not accessible by my own user. I'd like modd to be able to ignore it when watching files as currently it outputs:
$ modd
18:26:18: daemon: devd
>> stopping
18:26:18: daemon: rails
>> stopping
18:26:18: daemon: eventsource
>> stopping
...
18:26:18: Error watching: could not watch path '/home/me/current-directory': open /home/me/current-directory/pgdata-13: permission denied
I use modd to start daemons and I do not use the watch file feature, so if I start modd -c
to disable watching modd.conf, it works.
Ideally, it should be possible to provide a custom ignore list
Metadata
Metadata
Assignees
Labels
No labels