From c1cae1f3d56af8dc7ccb8ba9cc3be9300130f6d6 Mon Sep 17 00:00:00 2001 From: shrooms Date: Sun, 7 Nov 2021 20:54:03 +0400 Subject: [PATCH] feat: added ide files to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b624e5d..6395a96 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,10 @@ .DS_Store *.pem +# ide +.idea +.vscode + # debug npm-debug.log* yarn-debug.log*