From b460e862e8b8afd1b40a9c46e75fb5604eb3850b Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 1 Sep 2023 16:43:53 +0700 Subject: [PATCH] fix git ignore --- .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 85d079af..8d917f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,9 @@ system/plugin/ui/* ui/ui_custom/** !ui/ui_custom/index.html !ui/ui_custom/README.md -system/uploads/admin.png -system/uploads/logo.png -system/uploads/user.jpg -system/uploads/notifications.json \ No newline at end of file +system/uploads/** +!system/uploads/*.default.png +system/uploads/sms/** +!system/uploads/sms/index.html +system/uploads/system/** +!system/uploads/system/index.html \ No newline at end of file