mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 16:40:32 +08:00
Merge pull request #24 from pemontto/exclude-venv
🚫 Add venv to exclude patterns
This commit is contained in:
@@ -14,7 +14,7 @@ DEFAULT_INCLUDE_PATTERNS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEFAULT_EXCLUDE_PATTERNS = {
|
DEFAULT_EXCLUDE_PATTERNS = {
|
||||||
"*test*", "tests/*", "docs/*", "examples/*", "v1/*",
|
"venv/*", ".venv/*", "*test*", "tests/*", "docs/*", "examples/*", "v1/*",
|
||||||
"dist/*", "build/*", "experimental/*", "deprecated/*",
|
"dist/*", "build/*", "experimental/*", "deprecated/*",
|
||||||
"legacy/*", ".git/*", ".github/*", ".next/*", ".vscode/*", "obj/*", "bin/*", "node_modules/*", "*.log"
|
"legacy/*", ".git/*", ".github/*", ".next/*", ".vscode/*", "obj/*", "bin/*", "node_modules/*", "*.log"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user