Add /public/uploads for file upload gem Shrine (#3333)

When using a file upload gem called Shrine, its file system mode put images under `public/uploads`.

053bcf297e/doc/storage/file_system.md
This commit is contained in:
MetaJuanito Fatas 2020-03-11 21:54:02 +09:00 committed by GitHub
parent 4d4af94e22
commit 823e38ff68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,3 +66,4 @@ yarn-debug.log*
# Ignore uploaded files in development
/storage/*
!/storage/.keep
/public/uploads