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

is it possible to exclude .js files without excluding .json files #108

Open
joniba opened this issue Dec 29, 2021 · 0 comments
Open

is it possible to exclude .js files without excluding .json files #108

joniba opened this issue Dec 29, 2021 · 0 comments

Comments

@joniba
Copy link

joniba commented Dec 29, 2021

Thanks for the great utility!

If I execute copyfiles ** -e *.js then both .js and .json files get excluded. The linux cp utility does not behave like this. To get a similar behavior with cp you would have to use *.js*. So is there any way with this utility to only ignore .js files and not .json files?

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

1 participant