Skip to content

Commit d66fea4

Browse files
committed
Update .dockerignore files to ensure proper exclusion of node_modules and remove unnecessary entries
1 parent 7d650c5 commit d66fea4

3 files changed

Lines changed: 21 additions & 5 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
node_modules
1+
node_modules/
22
npm-debug.log
33
.git
44
.gitignore
55
.env
6-
.nyc_output
7-
coverage
86
*.md
97
.DS_Store
10-
cloudbuild.yaml

infra/dataform-service/.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ignore node_modules and other files that shouldn't be in the Docker context
2-
node_modules
2+
node_modules/
33
.git
44
.gitignore
55
.DS_Store

infra/tf/.terraform.lock.hcl

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)