mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
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:
parent
4d4af94e22
commit
823e38ff68
1 changed files with 1 additions and 0 deletions
|
@ -66,3 +66,4 @@ yarn-debug.log*
|
|||
# Ignore uploaded files in development
|
||||
/storage/*
|
||||
!/storage/.keep
|
||||
/public/uploads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue