Skip to content

Commit eb9b98f

Browse files
committed
Ignore devcontainer files in docker image
Follow up to rails#50914
1 parent c676398 commit eb9b98f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

railties/lib/rails/generators/rails/app/templates/dockerignore.tt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
/.github
4949
<% end -%>
5050

51+
# Ignore development files
52+
/.devcontainer
53+
5154
# Ignore Docker-related files
5255
/.dockerignore
5356
/Dockerfile*

0 commit comments

Comments
 (0)