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
This notably cascades neatly to anything that syncs _from_ the build
directory, so there should be no further action needed in e.g.
hot-reloading or remote-building code.
Fixes#968
This notably cascades neatly to anything that syncs _from_ the build
directory, so there should be no further action needed in e.g.
hot-reloading or remote-building code.
Fixes#968
This notably cascades neatly to anything that syncs _from_ the build
directory, so there should be no further action needed in e.g.
hot-reloading or remote-building code.
Fixes#968
This notably cascades neatly to anything that syncs _from_ the build
directory, so there should be no further action needed in e.g.
hot-reloading or remote-building code.
Fixes#968
Bug
Current Behavior
Garden syncs everything to the
./garden/build
dir. Even if some of the content is ignored via theinclude
directive or in a.gardenignore
file.Expected behavior
It should exclude content that's ignored via
.gardenignore
or missing from theinclude
list if provided.Reproducible example
rm -rf .garden/build
from the root..gardenignore
to a module or by using theinclude
directive.Workaround
N/A.
The text was updated successfully, but these errors were encountered: