We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exclude does not work
To Reproduce
npx arkit -o arkit.svg --exclude *test*
https://github.com/rohanjr/create-daml-app
The text was updated successfully, but these errors were encountered:
Exclude the whole folder seems work.
npx arkit -d src/components -e src/components/common
For a single file seems work too.
npx arkit -d src/components -e src/components/index.tsx npx arkit -d src/components -e src/components/PLTop/PLTop-view.tsx
But for some files seems not
npx arkit -d src/components -e src/**/*-view.tsx
Console not match as well
"excludePatterns": [ "..\\**\\*-view.tsx" ],
Sorry, something went wrong.
Still an issue.
dyatko
No branches or pull requests
Exclude does not work
To Reproduce
npx arkit -o arkit.svg --exclude *test*
https://github.com/rohanjr/create-daml-app
The text was updated successfully, but these errors were encountered: