craftcms / nitro

Speedy local dev environment for @craftcms.
https://getnitro.sh
MIT License
178 stars 24 forks source link

Add --exclude-deps to the add command #419

Closed jasonmccallister closed 2 years ago

jasonmccallister commented 2 years ago

Description

With the ability to exclude directories for a site, it would be helpful to quickly exclude common dirs during the apply command. When running nitro add --exclude-deps it will add the site with two excludes for node_modules and vendor.

jasonmccallister commented 2 years ago

Resolved with https://github.com/craftcms/nitro/pull/424