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
Hello.
I just noticed that I accidentally committed the deploy folder (I'm not using a template per se). I deleted it, tried to package and the package indeed fails. Then I come back to the documentation and saw that we are supposed to keep this directory.
But it will contain also build artifacts that I don't think we are supposed to keep.
Probably the right config for gitignore is
deploy/*
!deploy/config.json
Am I right?
The text was updated successfully, but these errors were encountered:
danielo515
changed the title
If we should commit the dist folder, why is it on gitignore by default
Improve the gitignore for the deploy directory
Feb 11, 2021
Ok, now I see that we are supposed to keep the entire deploy directory and only ignore the build inside it.
This makes me think that it is not possible to build for the different platforms on CI, because we need a set of templates that are not present unless we commit them.
Hello.
I just noticed that I accidentally committed the deploy folder (I'm not using a template per se). I deleted it, tried to package and the package indeed fails. Then I come back to the documentation and saw that we are supposed to keep this directory.
But it will contain also build artifacts that I don't think we are supposed to keep.
Probably the right config for gitignore is
Am I right?
The text was updated successfully, but these errors were encountered: