aboutsummaryrefslogtreecommitdiff
path: root/scanner.go
diff options
context:
space:
mode:
Diffstat (limited to 'scanner.go')
-rw-r--r--scanner.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/scanner.go b/scanner.go
index f9d3ff4..9c983b2 100644
--- a/scanner.go
+++ b/scanner.go
@@ -18,6 +18,7 @@ var knownDependencyDirectories = map[string]bool{
"venv": true,
".gradle": true,
"Pods": true,
+ ".zig-cache": true,
"zig-cache": true,
"zig-out": true,
"_build": true,