From 362c851bd2dfc5de6fe8353ca94a3fe14ec22590 Mon Sep 17 00:00:00 2001 From: Shahab Shakoor Date: Wed, 30 Sep 2020 11:35:28 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dc03eaf..3cc1d65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -node_modules/* -.idea/* \ No newline at end of file +# dependencies +/node_modules + +# IDEs and editors +/.idea