Ignoring files/directory when Exporting Jaggery project as a Deployable Archive

36 views Asked by At

Our .git directory is causing the zip to be larger than the 100MB size limit imposed by WSO2. I've attempted to add it to the excludes block of zip-descriptor.xml to no avail. I've even attempted to restart WSO2 Developer Studio and re-deploy.

Please Help!

Thanks

1

There are 1 answers

0
Charitha On

Please make sure to add exclusion as follows to ignore a folder.

<exclude>**/.git/</exclude>