Skip to content
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

CopySourceAction must have built-in ignore list per-runtime #19

Closed
sanathkr opened this issue Nov 13, 2018 · 1 comment
Closed

CopySourceAction must have built-in ignore list per-runtime #19

sanathkr opened this issue Nov 13, 2018 · 1 comment
Assignees

Comments

@sanathkr
Copy link
Contributor

Description:
CopySourceAction has an option to pass a list of files to ignore when copying source. It should come built-in with a safe list of commonly ignored files per runtime.

Python:

ignore_files = ('*.pyc', '.git', '__pycache__', "*.egg-info", "*.egg", "pip-log.txt")
@sanathkr
Copy link
Contributor Author

Fixed by #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants