From 936e2a6844462e11c1038cfc4725f8fa7e879f44 Mon Sep 17 00:00:00 2001 From: Trent <2771466+tbillington@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:43:43 +0100 Subject: [PATCH] add xwin-cache support to cargo projects --- kondo-lib/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kondo-lib/src/lib.rs b/kondo-lib/src/lib.rs index 3bf2d0a..e4b3f54 100644 --- a/kondo-lib/src/lib.rs +++ b/kondo-lib/src/lib.rs @@ -25,7 +25,7 @@ const FILE_BUILD_ZIG: &str = "build.zig"; const FILE_CSPROJ_SUFFIX: &str = ".csproj"; const FILE_FSPROJ_SUFFIX: &str = ".fsproj"; -const PROJECT_CARGO_DIRS: [&str; 1] = ["target"]; +const PROJECT_CARGO_DIRS: [&str; 2] = ["target", ".xwin-cache"]; const PROJECT_NODE_DIRS: [&str; 2] = ["node_modules", ".angular"]; const PROJECT_UNITY_DIRS: [&str; 7] = [ "Library",