Skip to content

Commit

Permalink
add xwin-cache support to cargo projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Dec 11, 2023
1 parent d64426d commit 936e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kondo-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 936e2a6

Please sign in to comment.