docs: references - add audit export automation

This commit is contained in:
tradecatlabs
2026-06-02 01:53:53 +08:00
parent 60e538fd61
commit 465a2ffc5a
11 changed files with 65 additions and 36 deletions
+2 -1
View File
@@ -48,9 +48,10 @@ README_OPTIONAL_DIRS = {
Path(".github"),
}
GENERATED_OR_VENDOR_DIRS = [
Path("build"),
Path("node_modules"),
]
SKIP_PARTS = {".git", ".history", "node_modules", "__pycache__"}
SKIP_PARTS = {".git", ".history", "build", "node_modules", "__pycache__"}
SKIP_PREFIXES = [
Path(".github/wiki"),
]