generate a zip file without something that includes .bak
take some examples:
cd some/path
zip-no-bak # then will compress cwd defaultly
zip-no-bak ./ output.zip # give paths of dir to read and the file to output
zip-no-bak output.zip # only the path to output file, default "output.zip"
zip-no-bak --env # ignore .env/.env.local files
The above "zip-no-bak" needs replacing to zipnobak above.
will ignore .env/.env.local files
decide which level zlib should reach