From cb179c27eb5e0cad6a52d2acdcf36c053411158b Mon Sep 17 00:00:00 2001 From: denisdulici Date: Mon, 18 Sep 2017 14:46:53 +0300 Subject: [PATCH] forgot to add uploads folder to gitignore --- storage/app/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/app/.gitignore b/storage/app/.gitignore index 78752dc36..207a1d812 100644 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,4 +1,5 @@ * !public/ !temp/ +!uploads/ !.gitignore