# Items that don't need to be in a Docker image.
# Anything not used by the build system should go here.
Dockerfile
.dockerignore
.gitignore
README.md
.vscode
.kubernetes
*docs
cypress
.husky
.github
*.sh

# Artifacts that will be built during image creation.
# This should contain all files created during `pnpm build`.
build
node_modules
.pnpm-store
.git
.next
_next
