From 20a035d984e5fd5f3b191676da781c3ed466d0b3 Mon Sep 17 00:00:00 2001 From: Meni Yakove Date: Thu, 30 Mar 2023 16:33:30 +0300 Subject: [PATCH] Update gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 4f405b4..883d05b 100644 --- a/.gitignore +++ b/.gitignore @@ -159,3 +159,12 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + + +# IntelliJ project folder +.idea/ + +# nmp +node_modules/ +package.json +package-lock.json