Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

zeald's avatar
Level 7

What directories should be ignored in git?

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?

0 likes
2 replies
martinbean's avatar

@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.

Please or to participate in this conversation.