mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-10 01:20:59 +00:00
docs: references - add audit export automation
This commit is contained in:
@@ -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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user