From 41db55d45a28d64c039f3d631e4e15f4afe2c406 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 17 Apr 2025 20:42:28 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20adding=20more=20stuff=20on?= =?UTF-8?q?=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c6bba59..77d8d84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ # Logs +.DS_Store +node_modules/ +dist/ +.cache/ +*.log +coverage/ +._* logs *.log npm-debug.log*