📜  zip 文件忽略以点开头的目录 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:01.346000             🧑  作者: Mango

代码示例1
if you are using 
zip -r 1.zip *
this will ignore the hidden directories(dot directory)

To include the dot directory use the below format. 
it includes everything in that directory
zip -r 1.zip .