Skip to content
#

watch-files

Here are 31 public repositories matching this topic...

paulkernfeld
paulkernfeld commented Sep 29, 2017

I love cargo-watch, and use it on everything! Right now, I am having a bit of trouble figuring out how to ignore a file properly.

The following invocations successfully ignore README.md:

  • cargo watch -w src -s "touch README.md"
  • cargo watch -i '.md' -s "touch README.md"
  • cargo watch -i '*.md' -s "touch README.md"

The following invocations don't ignore README.md, which means

Improve this page

Add a description, image, and links to the watch-files topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the watch-files topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.