diff options
| -rw-r--r-- | cmd/mobius-hotline-server/mobius/config/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index 3ca8121..87e500d 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -45,5 +45,5 @@ MaxConnectionsPerIP: 0 # List of Regular Expression filters for the Files list IgnoreFiles: - - '^\.*' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option. - - '^@' # Ignore all files starting with "@"
\ No newline at end of file + - '^\.' # Ignore all files starting with ".". Leave this set if you are using the PreserveResourceForks option. + - '^@' # Ignore all files starting with "@" |