bra: Ignore wildcard generated go files (#51399)

This commit is contained in:
sam boyer 2022-06-24 14:55:49 -04:00 committed by GitHub
parent c496b3e712
commit 4ace36ba01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"],