Skip to content

Commit

Permalink
ignore TODOs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Nov 26, 2023
1 parent 4e1ba00 commit df015f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xtask/src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ impl<'a> Git<'a> {
"--",
":!./target/*",
":!./tmp/*",
":!./README.md",
],
[""],
)
Expand Down Expand Up @@ -218,7 +219,8 @@ mod tests {
"--line-number",
"--",
":!./target/*",
":!./tmp/*"
":!./tmp/*",
":!./README.md",
]
);
}
Expand Down

0 comments on commit df015f3

Please sign in to comment.