From f9c759cf8923256f69d761647008b80a451aeec5 Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Thu, 15 Apr 2021 11:42:45 +0100 Subject: [PATCH] Update README.md Fix location of exclude list. I tried putting it into `config/dev.exs` but that didn't seem to work. However `config/config.exs` did :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d26a57..4883272 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ end ## Excluding files or directories To ignore changes from specific files or directories just add `exclude:` regexp -patterns to your config in `mix.exs`: +patterns to your config in `config/config.exs`: ```elixir # config/config.exs