How do I delete the content of the current folder (including subfolders and hidden files) via Bash?

rm -rf {,.[!.],..?}*

coderwall.com/p/kksf5q/delete-all-files-including-hidden-ones-with-just-one-rm