mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
Update ignoredFilesRegExps
解决了在执行 `bee run -gendoc=true` 时,更新`commentsRouter_controllers.go`文件导致多次触发"build"的bug。
This commit is contained in:
parent
9dc796dc1e
commit
c1896dd4cf
@ -43,6 +43,7 @@ var (
|
|||||||
`.(\w+).go.swp`,
|
`.(\w+).go.swp`,
|
||||||
`(\w+).go~`,
|
`(\w+).go~`,
|
||||||
`(\w+).tmp`,
|
`(\w+).tmp`,
|
||||||
|
`commentsRouter_controllers.go`,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user