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