From 447721517aeb91573ebd337e8b3981f61cf50a9c Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Thu, 31 Oct 2024 18:06:20 +0300 Subject: [PATCH] update .dockerignore --- .dockerignore | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.dockerignore b/.dockerignore index ef85d8f..72e9aa4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,14 +1,7 @@ -# Ignore node modules as they will be installed in the Dockerfile -node_modules/ - -# Ignore local configuration and cache files -.cache/ -.config/ -.DS_Store - -# Ignore logs -*.log - -# Ignore test and development files -*.md -*.test.js +Dockerfile +.dockerignore +node_modules +npm-debug.log +README.md +.next +.git \ No newline at end of file