# What no image in this repo ever wants: history, and build output produced # outside the container. # # This file used to also exclude the TypeScript half, because the guest rootfs # build was the only Dockerfile here. There are three now, and two of them are # the TypeScript half — so what is specific to one build moved next to that # build, as `.dockerignore`. Getting that wrong here is expensive # in a way that is hard to see: an excluded path is not an error, it is a # `COPY` that silently lands nothing. .git node_modules target build/output .env .env.* .wrangler dist .output