From a0cfbfbd26813be13f0c344914266b4779518fa4 Mon Sep 17 00:00:00 2001 From: Ar Rakin Date: Thu, 1 Feb 2024 22:13:05 +0600 Subject: [PATCH] feat: add redux --- frontend/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index 41ac7f3..369ca62 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules +node_modules /.pnp .pnp.js .yarn/install-state.gz