little more release blacklist

This commit is contained in:
Adeeb Shihadeh
2024-06-11 11:29:39 -07:00
parent 6fa5d7c3b5
commit c2be8a5553
+8 -2
View File
@@ -33,16 +33,22 @@ blacklist = [
"matlab.*.md",
".git$", # for submodules
".git/",
".github/",
".devcontainer/",
"Darwin/",
".vscode",
# no LFS
# common things
"LICENSE",
"Dockerfile",
".pre-commit",
# no LFS or submodules in release
".lfsconfig",
".gitattributes",
".git$",
".gitmodules",
]
# gets you through the blacklist