Add .dockerignore

This commit is contained in:
Greg 2025-08-09 21:32:12 +00:00
parent b8aa1a442a
commit 9ab261b5de

14
.dockerignore Normal file
View File

@ -0,0 +1,14 @@
# Dependency & build artifacts
node_modules
.next
out
# VCS / tooling
.git
.gitignore
Dockerfile
docker-compose.yml
# OS / editor
.DS_Store
*.log