From d8b32d652ffbbe3fdebc1dcb6d6b04e77909ca53 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 5 Apr 2022 16:44:55 +0800 Subject: [PATCH] Update .dockerignore --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dockerignore b/.dockerignore index 4a63437a..4ce0e13a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -28,6 +28,8 @@ SECURITY.md tsconfig.json .env /tmp +/babel.config.js +/ecosystem.config.js ### .gitignore content (commented rules are duplicated) @@ -42,4 +44,6 @@ dist-ssr #!/data/.gitkeep #.vscode + + ### End of .gitignore content