From 09232cf9d94f7052bc501bab537cc46258b9ff4a Mon Sep 17 00:00:00 2001 From: Dmitry Kisler Date: Thu, 12 Oct 2023 17:34:23 +0200 Subject: [PATCH] chore: cleanup gitignore Signed-off-by: Dmitry Kisler --- .gitignore | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 79e962b..f08aeb9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,12 @@ node_modules/ # Editors .vscode +.idea/ +.iml # Logs -logs *.log npm-debug.log* -yarn-debug.log* -yarn-error.log* # Runtime data pids @@ -25,24 +24,12 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - # node-waf configuration .lock-wscript -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - # Other Dependency directories jspm_packages/ -# TypeScript v1 declaration files -typings/ - # Optional npm cache directory .npm @@ -61,12 +48,5 @@ typings/ # dotenv environment variables file .env -# next.js build output -.next - # ./wrapper/dist gets included in top-level ./dist wrapper/dist - -# Jetbrains IDEs -.idea/ -.iml