From 6c073979b4fe5685d85444e33cc3d42f5751843f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 6 Apr 2024 09:43:42 -0700 Subject: [PATCH] Update git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68641e2c..bdabffbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # See https://help.github.com/ignore-files/ for more about ignoring files. # dependencies -/node_modules +node_modules # testing /coverage @@ -21,3 +21,4 @@ yarn-debug.log* yarn-error.log* /legacy/web/lib +/legacy/web/app.min.js