We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73e1d4 commit 3d61fd3Copy full SHA for 3d61fd3
.github/secret_scanning.yml
@@ -1,6 +1,6 @@
1
paths-ignore:
2
- - ".venv/*"
3
- - "*/__snapshots__/*"
4
- - "*/patterns.yml"
5
- - "README.md"
6
- - "*/README.md"
+ - .venv/**
+ - **/__snapshots__/**
+ - **/patterns.yml
+ - README.md
+ - **/README.md
0 commit comments