Skip to content

Commit

Permalink
Merge pull request rails#50689 from akhilgkrishnan/ignore-files-in-do…
Browse files Browse the repository at this point in the history
…ckerignore

Ignore docker and git related files in dockerignore
  • Loading branch information
byroot authored Jan 10, 2024
2 parents 2b776fa + de3a9a1 commit 31a341e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Ignore git directory.
/.git/
/.gitignore

# Ignore bundler config.
/.bundle
Expand Down Expand Up @@ -46,3 +47,7 @@
# Ignore CI service files.
/.github
<% end -%>

# Ignore Docker-related files
/.dockerignore
/Dockerfile*

0 comments on commit 31a341e

Please sign in to comment.