17
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

zipでディレクトリを除外

Last updated at Posted at 2019-04-15
zip -r tmp/design.zip design -x \*/.git/\* design/img/\* design/css/\*

-r でディレクトリ再帰。なければディレクトリの内容は追加されない
-x で除外。除外のディレクトリ指定はできないのでファイルとして指定

参考

17
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?