Skip to content

Commit 23cf12f

Browse files
Those are dirs, not files.
1 parent fb0a097 commit 23cf12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

master/master.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ cpulock = locks.WorkerLock(
184184

185185
def is_important_file(filename):
186186
unimportant_prefixes = (
187-
".azure-pipelines",
188-
".devcontainer"
187+
".azure-pipelines/",
188+
".devcontainer/"
189189
".github/",
190-
".well-known",
190+
".well-known/",
191191
"Doc/",
192192
"InternalDocs/",
193193
"Misc/",

0 commit comments

Comments
 (0)