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

Merge pull request #516 from qida/master

Update ignoredFilesRegExps
This commit is contained in:
astaxie
2018-07-21 22:59:18 +08:00
committed by GitHub

View File

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