Solved Zip -r archive.zip * - missing hidden files

I am trying to package up some projects but I am not getting my .htaccess files included in the zip archives.

I am using the command

zip -r archive.zip *

This takes into account every directory, empty or with contents. But it leaves out my .htacess files.

What command should I be using the include all files and directories including hidden files?

Thanks!
 
Back
Top