mirror of https://github.com/CrimsonTome/tldr.git
parent
e00f9214ef
commit
c0869724ac
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
`zip -d {{compressed.zip}} "{{foo/*.tmp}}"`
|
||||||
|
|
||||||
- Remove unwanted pattern files from target dirs:
|
- Remove unwanted files from target dirs:
|
||||||
|
|
||||||
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`
|
`zip -r {{compressed.zip}} {{target_dirs}} -x \*.git\* \*node_modules\* ...`
|
||||||
|
|
Loading…
Reference in New Issue