From 255dbdedffd21a371d06106f58613866122a14f6 Mon Sep 17 00:00:00 2001 From: Daniel Fjeldstad <45217974+w3bdesign@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:31:57 +0200 Subject: [PATCH] Update .gitignore Includes /node_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b03bc895b..ac7a5ec23 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ deploy/charts/litellm/charts/* deploy/charts/*.tgz litellm/proxy/vertex_key.json **/.vim/ +/node_modules