From 5bc9014851d8bd21292156b86493881a5423e356 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Sun, 16 Oct 2022 19:05:14 +0500 Subject: [PATCH] ignore lastcheck and status json in public folder --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cfe6f8f..839e4b0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ .*.kate-swp .cache/* .cache -status.json -lastcheck.json +public/status.json +public/lastcheck.json