unioil-loyalty-app/.dockerignore

15 lines
200 B
Plaintext
Executable File

# Ignore environment files
.env
# Ignore OS-generated files
.DS_Store
# Ignore logs
*.log
# Ignore node_modules (if applicable)
node_modules/
# Ignore the Dockerfile itself (if needed)
Dockerfile