Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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 :-)
  • Loading branch information
samaaron authored and lpil committed Apr 15, 2021
1 parent cccf035 commit f9c759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9c759c

Please sign in to comment.