14 lines
241 B
Plaintext
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 |