You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: