From e1885b4aeb2da769e8a9d84d97b820bf15572597 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 1 Dec 2019 20:20:54 +0800 Subject: [PATCH] Update gitignore on on storage directory --- storage/app/.gitignore | 2 +- storage/app/public/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/app/.gitignore b/storage/app/.gitignore index 5ca12cc..566dd4b 100755 --- a/storage/app/.gitignore +++ b/storage/app/.gitignore @@ -1,4 +1,4 @@ -# * +* !public/ !.gitignore !sample-image.png \ No newline at end of file diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore index a665600..d9b0a21 100755 --- a/storage/app/public/.gitignore +++ b/storage/app/public/.gitignore @@ -1,4 +1,4 @@ -# * +* assets/imgs/* !assets/imgs/icon_user_1.png !.gitignore