Skip to content

Commit

Permalink
fix: missing ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 20, 2023
1 parent 529b7d5 commit 37e70ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/pre-commit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pre-commit-lib.run {
excludes = [
"infra/.*chart.*/templates/.*(yaml|yml)"
"infra/.*chart.*/.*(MD|md)"
".*(Changelog|README).+(MD|md)"
];
};

Expand Down

0 comments on commit 37e70ea

Please sign in to comment.