Skip to content

Commit de3a9a1

Browse files
Ignore docker and git related files in dockerignore
Ignore docker and git related files in dockerignore Ignore docker and git related files in dockerignore
1 parent 1db9705 commit de3a9a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Ignore git directory.
44
/.git/
5+
/.gitignore
56

67
# Ignore bundler config.
78
/.bundle
@@ -46,3 +47,7 @@
4647
# Ignore CI service files.
4748
/.github
4849
<% end -%>
50+
51+
# Ignore Docker-related files
52+
/.dockerignore
53+
/Dockerfile*

0 commit comments

Comments
 (0)