Add -_ to supported character list for ignore filename
This commit is contained in:
parent
23fe33fbd3
commit
843e54c36a
|
@ -22,7 +22,7 @@ import (
|
||||||
"seedno.de/seednode/roulette/types"
|
"seedno.de/seednode/roulette/types"
|
||||||
)
|
)
|
||||||
|
|
||||||
const ignoreFilePattern string = `^[A-z0-9.]+$`
|
const ignoreFilePattern string = `^[A-z0-9.-_]+$`
|
||||||
|
|
||||||
type regexes struct {
|
type regexes struct {
|
||||||
alphanumeric *regexp.Regexp
|
alphanumeric *regexp.Regexp
|
||||||
|
|
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ReleaseVersion string = "3.5.0"
|
ReleaseVersion string = "3.5.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue