Skip to content

Commit

Permalink
add storage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Apr 16, 2018
1 parent 29b78ff commit 967e943
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ thumbnail/**/
.sass-cache
.gulp-scss-cache
node_modules
storage
4 changes: 4 additions & 0 deletions public/storage/uploads/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
!/thumbs
!.gitignore
!.htaccess
8 changes: 8 additions & 0 deletions public/storage/uploads/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access 1 year"
</IfModule>

<FilesMatch "\.(php|phps|php5|htm|shtml|xhtml|cgi.+)$">
ForceType text/plain
</FilesMatch>
Binary file added public/storage/uploads/00000000001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions public/storage/uploads/thumbs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 967e943

Please sign in to comment.