From c0be4b50ffbfbf957b38e4c0a3e49b225f109507 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 2 Aug 2023 13:20:38 +0530 Subject: [PATCH] chore: updated .gitignore file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89d4b82..9a8cfa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ - +.vscode node_modules .env +package-lock.json +.idea +yarn.lock \ No newline at end of file