Android app does not respect hidden files

In Unix based systems generally adding a . to the beginning of the filename hides the file.
(or you can do something like chmod flags hidden)

But the Android app does not respect this and shows hidden files within the vault.
I would like it to not do this.