Fixing Missing comma (#21749)

Fix a missing comma in the docs

Release Notes:

- N/A
This commit is contained in:
Travis Stevens
2024-12-09 18:49:40 +02:00
committed by GitHub
parent 8c91eecb67
commit e5f3a683f0
+1 -1
View File
@@ -994,7 +994,7 @@ The result is still `)))` and not `))))))`, which is what it would be by default
"**/.git",
"**/.svn",
"**/.hg",
"**/.jj"
"**/.jj",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",