How do I delete only one directory using BFG?
The help says:
delete folders with the specified names (eg '.svn', '*-tmp' - matches on folder name, not path within repo)
Which seems to mean that --delete-folders "config"
will match all folders named config, anywhere in the repository.