Skip to content

Commit 7e8453b

Browse files
authored
Merge pull request #4 from lets-qa/codex/create-.dockerignore-with-exclusions
Add .dockerignore
2 parents a5d1016 + 9132239 commit 7e8453b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.dockerignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.git
2+
.github
3+
*.md
4+
5+
# Ignore bundler and gem artifacts
6+
.bundle/
7+
vendor/
8+
9+
# Ignore temporary or log files
10+
log/
11+
tmp/
12+
*.log

0 commit comments

Comments
 (0)