diff --git a/.bra.toml b/.bra.toml index 7a8e77bf638..7bfb359a7b8 100644 --- a/.bra.toml +++ b/.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"],