From b630456b900124923a25a778a67fdb296b3b1caa Mon Sep 17 00:00:00 2001 From: "mengkang.zmk" Date: Fri, 24 Jun 2022 13:57:12 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + logs/go-gin-api-access.log | 0 logs/go-gin-api-cron.log | 0 3 files changed, 1 insertion(+) delete mode 100755 logs/go-gin-api-access.log delete mode 100755 logs/go-gin-api-cron.log diff --git a/.gitignore b/.gitignore index aedf692..9116c00 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ # Dependency directories (remove the comment below to include it) # vendor/ +logs/ \ No newline at end of file diff --git a/logs/go-gin-api-access.log b/logs/go-gin-api-access.log deleted file mode 100755 index e69de29..0000000 diff --git a/logs/go-gin-api-cron.log b/logs/go-gin-api-cron.log deleted file mode 100755 index e69de29..0000000 From 6825b4e5b13df34a1971d47f9f24a2c9dd58d9c9 Mon Sep 17 00:00:00 2001 From: "mengkang.zmk" Date: Fri, 24 Jun 2022 14:11:41 +0800 Subject: [PATCH 2/4] Changes --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9116c00..8c830d3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,4 @@ # Dependency directories (remove the comment below to include it) # vendor/ -logs/ \ No newline at end of file +logs/* \ No newline at end of file From 866bed5522b33b4924994c3966eca54c7173f8cf Mon Sep 17 00:00:00 2001 From: "mengkang.zmk" Date: Thu, 21 Jul 2022 15:55:42 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E6=B8=85=E7=A9=BA=20logs=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 logs/.gitkeep diff --git a/logs/.gitkeep b/logs/.gitkeep new file mode 100644 index 0000000..e69de29 From bf4a413bd01c4ea22295fffd3270287a6e36ae3d Mon Sep 17 00:00:00 2001 From: "mengkang.zmk" Date: Sun, 24 Jul 2022 09:03:27 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=B8=85=E7=A9=BA=20logs=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c830d3..16a89ae 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ -logs/* \ No newline at end of file + +# Project runtime log +logs/*.log \ No newline at end of file