From ec6f8fb225a63dec84e33ff2825079c23af7eab9 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 12 Aug 2024 13:40:18 -0400 Subject: [PATCH] ignore logs --- .dockerignore | 5 ++++- .gitignore | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 9aad33a..8dc0a8e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -21,4 +21,7 @@ bin/ # not needed directories inside docker .github/ -.vscode/ \ No newline at end of file +.vscode/ + +# logs +*.log \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8f7cea3..88b2c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,7 @@ bin/ *.db # configuration -/config.ini \ No newline at end of file +/config.ini + +# logs +*.log \ No newline at end of file