mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-11 20:32:13 +08:00
little more release blacklist
old-commit-hash: c2be8a55533c7d9efb0a7b1510a839289bda3584
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user