-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --ignore-dirs
or similar to extract
#402
Comments
Looking forward to this patch to ignore certain directories/subdirectories. |
andy-pi
added a commit
to andy-pi/babel
that referenced
this issue
Mar 2, 2018
…x option original credit @nandoflorestan
andy-pi
added a commit
to andy-pi/babel
that referenced
this issue
Mar 2, 2018
…x option original credit @nandoflorestan
kinshukdua
added a commit
to kinshukdua/babel
that referenced
this issue
Oct 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #53, #253, #401, #124.
Implementation idea:
directory_filter
callable arg toextract_from_dir()
; this would be used instead of the hard-codedif subdir.startswith('.') or subdir.startswith('_'):
--ignore-dirs
argument, if passed in the CLIThe text was updated successfully, but these errors were encountered: