compose/pkg/watch
Josh Wilson 6fae6a41f9 Update emacs ignore patterns (#5903)
Currently the emacs ignore patterns include `**/.#*` (lock files), but
doesn't include `**/#*#` (autosave files;
https://www.emacswiki.org/emacs/AutoSave, not to be confused with
`**/*~` backup files which are ignored.)

Add autosave files.
2022-07-26 08:57:40 -05:00
..
dockerignore.go use tilt watcher to track filesystem changes 2023-02-02 14:59:30 +01:00
ephemeral.go Update emacs ignore patterns (#5903) 2022-07-26 08:57:40 -05:00
notify.go initial support for `sync` 2023-02-02 14:59:30 +01:00
notify_test.go use CGO to enable fsevent on OSX 2023-02-10 17:24:48 +01:00
paths.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
paths_test.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
temp.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
temp_dir_fixture.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_darwin.go add support for `excludes` and `rebuild` 2023-02-10 17:24:48 +01:00
watcher_naive.go use CGO to enable fsevent on OSX 2023-02-10 17:24:48 +01:00
watcher_naive_test.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_nonwin.go adjust code and dependencies 2023-02-02 14:59:30 +01:00
watcher_windows.go adjust code and dependencies 2023-02-02 14:59:30 +01:00