浏览代码

Update storage, add remote media cache directory

Daniel Supernault 4 年之前
父节点
当前提交
0eabbfdd07
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      storage/app/.gitignore
  2. 2 0
      storage/app/remcache/.gitignore

+ 1 - 0
storage/app/.gitignore

@@ -1,4 +1,5 @@
 *
 !public/
+!remcache/
 !cities.json
 !.gitignore

+ 2 - 0
storage/app/remcache/.gitignore

@@ -0,0 +1,2 @@
+*
+!.gitignore