Skip to content

Commit 9132239

Browse files
committed
Add .dockerignore
1 parent 3d4b455 commit 9132239

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)