From 277b651778d7338148d00490ba37aa4df35edaf0 Mon Sep 17 00:00:00 2001 From: Aaron Cohen Date: Thu, 20 Jun 2024 18:06:56 -0700 Subject: [PATCH] remove accidental change in gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ff9d2995..ab5cb592 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ .env # dependencies -node_modules +/node_modules /.pnp .pnp.js