Skip to content

Commit 8a62ddb

Browse files
authored
Try another path pattern (#23254)
1 parent 6f45918 commit 8a62ddb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.config/CredScanSuppressions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"suppressions": [
44
{
55
"file": [
6-
".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command%5Cregister.py"
6+
".nox/install_python_libs/lib/python3.8/site-packages/setuptools/_distutils/command\\register.py"
77
],
88
"_justification": "These are not real passwords. For documentation purposes only."
99
}

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ vscode-python-signing.*
2525
.github/**
2626
.mocha-reporter/**
2727
.nvm/**
28+
.nox/**
2829
.nyc_output
2930
.prettierrc.js
3031
.sonarcloud.properties

0 commit comments

Comments
 (0)