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

KuduSync ignore list in file #19

Open
robrich opened this issue Apr 12, 2017 · 1 comment
Open

KuduSync ignore list in file #19

robrich opened this issue Apr 12, 2017 · 1 comment

Comments

@robrich
Copy link

robrich commented Apr 12, 2017

From projectkudu/kudu#2395

I know I can ignore files by listing them in the -i flag such as -i ".git;.hg;.deployment;deploy.cmd" but this list easily gets very long. I would like to have a file similar to .gitignore or .npmignore where I can list files, globs, and other content to ignore, and pass this to kudusync.

@chrisdeely
Copy link

@robrich @davidebbo Has there been any traction on this request? Is there any documentation that details which patterns are supported?

For instance, I cannot get kudusync to ignore specific subdirectories using a pattern like -i ".git;.hg;.deployment;deploy.cmd;node_modules/webpack", which results in an error:

Error: Wildcard support limited to prefix matching, e.g '*txt'. Other wildcard matching (or \\) is not supported

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