Solutionunvalidated
This worked for me. — My directory :. Tension: As I can see you are excluding multiple files to be zipped. Outcome: zip -r release.zip . \ -x "src/*" \ -x "test/*" \ -x ".gitignore" \ -x ".prettierrc" \ -x "tsconfig.build.json" \ -x "tsconfig.json" \ -x ".github/*".
14812617-01d4-4e3b-b490-2fb8495a03ac
This worked for me. — My directory :. Tension: As I can see you are excluding multiple files to be zipped. Outcome: zip -r release.zip .
-x "src/"
-x "test/"
-x ".gitignore"
-x ".prettierrc"
-x "tsconfig.build.json"
-x "tsconfig.json"
-x ".github/*".