I just started working on a project that involves Laravel Nova. I noticed that the app/Nova directory is being ignored by default. As we all know app/Nova directory contains all resources, is it safe (nova license wise) to include this directory in my commits? What directories should be git ignored for nova?
@zeald I imagine the Nova directory has been Git-ignored for a reason. Personally, I’d ignore it too, and install Nova via Composer on deployment. So may be the project you’re working on has been set up the same way. Ask one of the other project maintainers.