Skip to content

Commit

Permalink
Added .angular to files to be cleaned (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlllk authored Jan 6, 2023
1 parent fa27fc4 commit 8095fea
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 @@ -19,7 +19,7 @@ const FILE_PUBSPEC_YAML: &str = "pubspec.yaml";
const FILE_ELIXIR_MIX: &str = "mix.exs";

const PROJECT_CARGO_DIRS: [&str; 1] = ["target"];
const PROJECT_NODE_DIRS: [&str; 1] = ["node_modules"];
const PROJECT_NODE_DIRS: [&str; 2] = ["node_modules", ".angular"];
const PROJECT_UNITY_DIRS: [&str; 7] = [
"Library",
"Temp",
Expand Down

0 comments on commit 8095fea

Please sign in to comment.