From 0ac9301a7d99fa4f7fcdeb76ab2903444d2888b2 Mon Sep 17 00:00:00 2001
From: Yanis HESSINI <yanis@Yanis-LAPTOP>
Date: Thu, 17 Nov 2022 17:29:32 +0100
Subject: [PATCH] gitignore

---
 .gitignore     | 4 ++--
 log/access.log | 1 -
 log/error.log  | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)
 delete mode 100644 log/access.log
 delete mode 100644 log/error.log

diff --git a/.gitignore b/.gitignore
index 3d331fc..0794bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-log/access.log
-log/error.log
+log/access.log
+log/error.log
\ No newline at end of file
diff --git a/log/access.log b/log/access.log
deleted file mode 100644
index d3f5a12..0000000
--- a/log/access.log
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/log/error.log b/log/error.log
deleted file mode 100644
index d3f5a12..0000000
--- a/log/error.log
+++ /dev/null
@@ -1 +0,0 @@
-
-- 
GitLab