1
0
mirror of https://github.com/beego/bee.git synced 2025-06-11 03:10:40 +00:00

Update ignoredFilesRegExps

解决了在执行 `bee run -gendoc=true` 时,更新`commentsRouter_controllers.go`文件导致多次触发"build"的bug。
This commit is contained in:
qida
2018-03-27 15:08:24 +08:00
committed by GitHub
parent 9dc796dc1e
commit c1896dd4cf

View File

@ -43,6 +43,7 @@ var (
`.(\w+).go.swp`,
`(\w+).go~`,
`(\w+).tmp`,
`commentsRouter_controllers.go`,
}
)