10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
# Exclude build context noise and secrets
|
|
.git/
|
|
node_modules/
|
|
coverage/
|
|
*.log*
|
|
.env*
|
|
.dockerignore
|
|
Dockerfile*
|
|
|