From 6073f0deb4b55d98fa25f4341ea646cd8c60c6e7 Mon Sep 17 00:00:00 2001 From: Mihail Anton Date: Thu, 4 May 2023 15:14:39 +0300 Subject: [PATCH] chore: expand .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 46fe83b4..bb1fc721 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,8 @@ Thumbs.db *.exe.* # Windows dynamic library files -*.dll \ No newline at end of file +*.dll + +yarn.lock +package.json +node_modules/ \ No newline at end of file