mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #43093 from issei-m/patch-1
Stop ignoring tmp/storage/.keep
This commit is contained in:
commit
9289935a1e
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
/storage/*
|
||||
<% if keeps? -%>
|
||||
!/storage/.keep
|
||||
/tmp/storage/*
|
||||
!/tmp/storage/
|
||||
!/tmp/storage/.keep
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% unless options.api? -%>
|
||||
|
|
Loading…
Reference in a new issue