Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Too many files error in ignored directories
The CLI was traversing into directories even if it was added to the .floydingore file. This fixes that by removing the subdirectories of ignored directories from os.walk dir list.
- Loading branch information