The command :
ls -ld .?*
Will only list hidden files .
Explain :
-l use a long listing format
-d, --directory
list directory entries instead of contents, and do not derefer‐
ence symbolic links
.?* will only state hidden files