'^\.*' works on macOS but is ignoring all files on Linux.
# 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 "@"