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

CLI - ignored files are not ignored #2937

Open
2 tasks done
panda7789 opened this issue Aug 27, 2024 · 0 comments · May be fixed by #2938
Open
2 tasks done

CLI - ignored files are not ignored #2937

panda7789 opened this issue Aug 27, 2024 · 0 comments · May be fixed by #2938
Labels

Comments

@panda7789
Copy link
Contributor

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

In app version there is feature in bruno.json to add array of ignored folders/files.
This should also be in CLI version.

.bru file to reproduce the bug

{
"version": "1",
"name": "AAA",
"type": "collection",
"ignore": [
"Obecne/Validace",
"Ignorovane",
"obj",
"bin"
]
}

Screenshots/Live demo link

image
In cli version Ignorovane folder is not ignored even it is set in bruno.json.

@panda7789 panda7789 added the bug Something isn't working label Aug 27, 2024
@panda7789 panda7789 linked a pull request Aug 27, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants