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