From 2bccd039bcb36be900985a3ed4eb4beec9051dba Mon Sep 17 00:00:00 2001 From: Alejandro Lagos Date: Wed, 24 Jun 2026 09:38:00 -0500 Subject: [PATCH] essentials-examples\feat(back): #1 example pr - add unrelated change with no vulns --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a68553..4a475dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules -/.npm +**/node_modules +**/.npm /.pnp .pnp.js