From ad37f9d72bbf4ff8834e3da73997420fdb44f080 Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 12 Jan 2024 17:18:51 +0100 Subject: [PATCH] add things to dockerignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1822831..edd7ad4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ node_modules/ bun.lockb +.vscode +.env +.editorconfig +.idea +coverage* \ No newline at end of file