Files
media-streamer/s3-nodejs-api/.dockerignore
William Valentin c167c8623c first commit
2025-08-15 23:45:13 -07:00

14 lines
241 B
Plaintext

# This file specifies files and directories to ignore when building the Docker image.
node_modules
dist
*.log
# Keep TS sources so the build stage can compile them
# *.ts
*.map
.git
.gitignore
k8s/*
README.md
package-lock.json
.env
.DS_Store