-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(processing): add ability to skip files based on extension.
- there is a built in set of extensions to skip on - user specified extensions overwrite the built in set - empty extension is supported, which would result in skipping extraction of files without extension - giving an invalid extension (not empty, and does not start with .) will disable the builtin extension skip list Co-authored-by: Krisztián Fekete <[email protected]>
- Loading branch information
1 parent
e736358
commit d234764
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters