You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When emacs creates auto-save files like .#index.md, the watcher picks them up immediately and "build" tries to convert them. It would be useful to allow an ignore option to specify globs or regexps for filename patterns to ignore.
When emacs creates auto-save files like
.#index.md, the watcher picks them up immediately and "build" tries to convert them. It would be useful to allow anignoreoption to specify globs or regexps for filename patterns to ignore.Thanks,
Dave