From 905e74c9b82feab7df8bdf3139355ffe49f52c63 Mon Sep 17 00:00:00 2001 From: Anton Zhuravlev <55772081+neznayer@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:54:14 +0900 Subject: [PATCH] Update .gitignore The `node_modules` should be ignored in every directory, not just root... --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3dc0a5dba7..2449fb932a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules +node_modules /.pnp .pnp.js