1
0
Fork 0
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:
Rafael França 2021-09-20 16:21:54 -04:00 committed by GitHub
commit 9289935a1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,9 @@
/storage/*
<% if keeps? -%>
!/storage/.keep
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep
<% end -%>
<% end -%>
<% unless options.api? -%>