mv dir/* dir/.[^.]* .
but you will get a message if there is no match for one of the globs
More information about formatting options
.[^.]*
mv dir/* dir/.[^.]* .
but you will get a message if there is no match for one of the globs