From 6b3447dd6b6fe3d31da429bb26e8539f6187852b Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sun, 8 May 2022 16:28:12 +0200 Subject: [PATCH] add logs to ignore files --- .dockerignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 6246f2f..b4bb16e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,3 +2,4 @@ node_modules .git config.json certs +src/logs diff --git a/.gitignore b/.gitignore index cb071be..78a27fb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules certs config.json +src/logs