From d26afc76b9d8cee4a47b11efebd7d650975a9f18 Mon Sep 17 00:00:00 2001 From: ManoGS Date: Fri, 7 Jan 2022 15:14:09 +0530 Subject: [PATCH] Added *.log gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d914ca..bf0824e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -error.log \ No newline at end of file +*.log \ No newline at end of file