We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e8f63 commit 9a78602Copy full SHA for 9a78602
.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