You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sims-hq/.dockerignore

10 lines
261 B
Plaintext

# Keep the build context small and correct. node_modules and dist are rebuilt inside
# the image (host copies are Windows/native-built and would break Linux); .env and data
# must never be baked into an image.
**/node_modules
**/dist
.git
**/.env
**/data
*.log