From a73d883603eee3b4b61caba401b5a492097fcaf8 Mon Sep 17 00:00:00 2001 From: Ayyan Date: Tue, 8 Dec 2020 11:19:35 +0400 Subject: [PATCH] Update .gitignore --- .gitignore | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 729aa5bc2..aa7e0d962 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ -configs.ts -debug.ts - .DS_Store .lock -node_modules + +# Node modules - npm +node_modules/ # Log files npm-debug.log* @@ -11,4 +10,10 @@ npm-debug.log* # Docs dist/ public/ -.cache/ \ No newline at end of file +.cache/ + +# Visual Studio Code +.vscode/ + +# IntelliJ IDEA +.idea/