From a33dd86e5747d47eab0f6f19b0e3759f341e8b55 Mon Sep 17 00:00:00 2001 From: Tareq Hasan Date: Sun, 16 Aug 2020 19:00:42 +0800 Subject: [PATCH] Ignored images folder for logo and favicon updates When using a custom logo and favicon, the images are being placed in the public/images folder and git shows them as new files. They should be untracked from git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 011dad79..868b6e6b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /public/vendor /public/argon /public/css +/public/images /storage/*.key /vendor .env