From 006c95ee8021f98c250901efa199c4d055ff88bd Mon Sep 17 00:00:00 2001 From: Dmitriy Safronov <zimniy@cyberbrain.pw> Date: Thu, 19 Dec 2024 19:07:17 +0400 Subject: [PATCH] refactor: dockerignore Signed-off-by: Dmitriy Safronov <zimniy@cyberbrain.pw> --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 07e6e47..dd6db4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ -/node_modules +# Exclude all... +* + +# ...except essential +!/.eslintrc.json +!/package*.json +!/index.js -- GitLab