Skip to content

Commit

Permalink
chore: exclude generated assets.bzl files from formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Jul 1, 2024
1 parent e02e8ac commit ba72404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildifier(
name = "format",
exclude_patterns = [
"./.git/*",
"**/assets.bzl",
],
lint_mode = "fix",
mode = "fix",
Expand Down

0 comments on commit ba72404

Please sign in to comment.