We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0a097 commit 23cf12fCopy full SHA for 23cf12f
master/master.cfg
@@ -184,10 +184,10 @@ cpulock = locks.WorkerLock(
184
185
def is_important_file(filename):
186
unimportant_prefixes = (
187
- ".azure-pipelines",
188
- ".devcontainer"
+ ".azure-pipelines/",
+ ".devcontainer/"
189
".github/",
190
- ".well-known",
+ ".well-known/",
191
"Doc/",
192
"InternalDocs/",
193
"Misc/",
0 commit comments