microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

Add .git to zipIgnorePattern #1695

Open erikpa1 opened 7 months ago

erikpa1 commented 7 months ago

Hi, VS code plugin gave me hard time, because it doesn't have ".git" in ignore pattern which raised my deployment zip up to 140 MB, which is not very bad but problem is web app is sometimes unable to unzip so big file, and crashes deployment - the crashes are random, there are days it works, there are days it doesn't.

Today deployment of big zip file work, but yesterday there was 0 chance to push it through. This create random crashes in deployment. (I haven't notices size of zip file earlier because I don't watch it because my previous projects had .git in it - I added it)

image