library.json: update srcFilter

This commit is contained in:
Ferdinand Bachmann
2020-04-18 14:35:15 +02:00
parent da3d887413
commit efe247c774

View File

@ -6,8 +6,9 @@
"srcFilter": "srcFilter":
[ [
"+<*>", "+<*>",
"-<detect>", "-<.git>",
"-<detect/*>" "-<detect/>",
"-<test/*>"
] ]
} }
} }