I tried a lot of commands but it does not work:
java -jar bfg-1.13.0.jar --convert-to-git-lfs 'lib/**' --no-blob-protection
java -jar bfg-1.13.0.jar --convert-to-git-lfs 'lib' --no-blob-protection
java -jar bfg-1.13.0.jar --convert-to-git-lfs 'lib/*' --no-blob-protection
java -jar bfg-1.13.0.jar --convert-to-git-lfs '*/lib/*' --no-blob-protection
Is it supported by BFG repo cleaner? If so, what is the command?