bra: Ignore wildcard generated go files (#51399)

pull/51232/head
sam boyer 3 years ago committed by GitHub
parent c496b3e712
commit 4ace36ba01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .bra.toml

@ -13,7 +13,7 @@ watch_dirs = [
"$WORKDIR/conf",
]
watch_exts = [".go", ".ini", ".toml", ".template.html"]
ignore_files = ["wire_gen.go", "coremodel_gen.go", "registry_gen.go"]
ignore_files = [".*_gen.go"]
build_delay = 1500
cmds = [
["make", "gen-go"],

Loading…
Cancel
Save