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

Cannot exclude files with ! at beginning of globs #2

Open
davidcallanan opened this issue Jul 20, 2019 · 0 comments
Open

Cannot exclude files with ! at beginning of globs #2

davidcallanan opened this issue Jul 20, 2019 · 0 comments
Assignees

Comments

@davidcallanan
Copy link
Owner

Script Version: 1.0.0
Target Version: j1.14

Using ! at the beginning of a glob inside the shuffle_steps config does not exclude files.

Example:

{
  "target": "j1.14",
  "shuffle_steps": [
    [
      "blocks/**.json",
      "!blocks/oak_log.json"
    ]
  ]
}
@davidcallanan davidcallanan self-assigned this Jul 20, 2019
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