You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to exclude test files and other kinds of files from the output graph, but they are always present.
Describe your environment
Are you using the tool on macOS or linux? macOS
Which Python version are you using? Python 3.9.6
Which browser (with version) are you using? Chrome 121.0.6167.184
Are you scanning a public source code repository that you can provide? I tried this in a private repo and in a public repo. The results were the same. This is the public repo I used for testing: https://github.com/resend/react-email
If not - can you provide code snippets where or further information on the data that might be relevant for the bug?
Describe the bug
I'm trying to exclude test files and other kinds of files from the output graph, but they are always present.
Describe your environment
To Reproduce
Steps to reproduce the behavior:
.spect.tsx
) are in the graphExpected behavior
Any file filtered by the config options
ignore_files_containing
andignore_dependencies_matching
is not present in the output.Screenshots
Additional context
Add any other context about the problem here.
Thanks!
The text was updated successfully, but these errors were encountered: