Skip to content

Commit c05f567

Browse files
committed
Exclude more directories
1 parent 2bf4b9f commit c05f567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cfgnet/utility/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ def is_in_excluded_directory(file_path) -> bool:
2525
"videos",
2626
"images",
2727
"audios",
28-
"cache"
28+
"cache",
29+
"third_party",
2930
}
3031

3132
# Check if any directory in the path matches excluded directories

0 commit comments

Comments
 (0)