mirror of
https://git.seedno.de/seednode/roulette.git
synced 2025-02-14 09:17:08 +00:00
Add -_ to supported character list for ignore filename
This commit is contained in:
parent
23fe33fbd3
commit
843e54c36a
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue