little more release blacklist

old-commit-hash: c2be8a55533c7d9efb0a7b1510a839289bda3584
This commit is contained in:
Adeeb Shihadeh
2024-06-11 11:29:39 -07:00
parent 792ce9896e
commit 669888878d
+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