From df3d6d84a44fb1205ed06b72057b3d31867c8687 Mon Sep 17 00:00:00 2001 From: Pez Cuckow Date: Mon, 14 Nov 2022 09:23:22 +0200 Subject: [PATCH] Add npm output and mac files to gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd07d4e..e52d9d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ -node_modules -/dist +.DS_Store +node_modules/ +/dist/ + +# Log files +npm-debug.log* \ No newline at end of file