Skip to content

Commit

Permalink
🚧 Ignore turbo logs, artifacts & cache when building containers (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Nov 28, 2023
1 parent 1ed8f3f commit 8ebffb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
.changeset
.github
.husky
.turbo

# Dependencies & deployments
node_modules
deployments

# Build files & cache
artifacts
dist
cache

# Metadata
*.md

Expand Down

0 comments on commit 8ebffb9

Please sign in to comment.