Skip to content
Commit cd61c5df authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add ability to skip directories in loader

If `Loader.load_from_dir()` raises SkipDirectory the directory is
pruned. This allows skipping based on forward looking (ie. check a
directory for a known file/subdirectory and prune based on it's
presence).

The git loader prunes based on the presence of a `.git` file or
directory anywhere but the project root which would indicate a
submodule.
parent 659f4ca3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment