How to zip folder without some directories from TerminalPosted on October 27 2020 / in Tipszip a directory without .git and node_modules you can type this in Terminal cd TARGET_PATH/ zip -r dzs-wootable.zip ./dzs-wootable -x "**/node_modules/*" "*.git*"
Recent Comments