Skip to content

Commit

Permalink
[Target Determination] Track JSON and YAML files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind committed Nov 9, 2024
1 parent e174527 commit dff834c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/aptos-cargo-cli/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DEVTOOL_TARGET_DIRECTORY: &str = "target/aptos-x-tool";

// File types in `aptos-core` that are not relevant to the rust build and test process.
// Note: this is a best effort list and will need to be updated as time goes on.
const IGNORED_DETERMINATOR_FILE_TYPES: [&str; 4] = ["*.json", "*.md", "*.yaml", "*.yml"];
const IGNORED_DETERMINATOR_FILE_TYPES: [&str; 1] = ["*.md"];

// Paths in `aptos-core` that are not relevant to the rust build and test process.
// Note: this is a best effort list and will need to be updated as time goes on.
Expand Down

0 comments on commit dff834c

Please sign in to comment.