In my `.leaf.yml` config I have: ```yml filters: - '- README.md' ``` And yet, when I make a change to the `README.md` file, leaf re-runs the commands. Am I doing the filters wrong?
In my
.leaf.ymlconfig I have:And yet, when I make a change to the
README.mdfile, leaf re-runs the commands. Am I doing the filters wrong?