Skip to content

Commit 823e38f

Browse files
authored
Add /public/uploads for file upload gem Shrine (github#3333)
When using a file upload gem called Shrine, its file system mode put images under `public/uploads`. https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md
1 parent 4d4af94 commit 823e38f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rails.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ yarn-debug.log*
6666
# Ignore uploaded files in development
6767
/storage/*
6868
!/storage/.keep
69+
/public/uploads

0 commit comments

Comments
 (0)