dev: Ignore generated go files in bra (#50889)

This commit is contained in:
sam boyer
2022-06-15 11:33:40 -04:00
committed by GitHub
parent 07be95a001
commit c8239a3a73
2 changed files with 2 additions and 2 deletions

View File

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