From b9c48d87608edbcb4be140eaef0b408ac4a7ad73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Wed, 15 Jun 2022 23:09:32 +0200 Subject: [PATCH] ignore .dbeaver --- .dbeaver/credentials-config.json | 4 +--- .dbeaver/data-sources.json | 4 ++-- .gitignore | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.dbeaver/credentials-config.json b/.dbeaver/credentials-config.json index d814bdfcf..2b7661ad9 100644 --- a/.dbeaver/credentials-config.json +++ b/.dbeaver/credentials-config.json @@ -1,3 +1 @@ -4k1,fbAqĬc##s8-1&;"7djM?bljfBq= -my -vV \ No newline at end of file + ' jd=ǯ"RYqs锿WS}ťQ.QôgaV6bZ9.ϻ3%H33ge` \ No newline at end of file diff --git a/.dbeaver/data-sources.json b/.dbeaver/data-sources.json index 096f0d57e..8fe7dafb8 100644 --- a/.dbeaver/data-sources.json +++ b/.dbeaver/data-sources.json @@ -1,10 +1,10 @@ { "folders": {}, "connections": { - "mariaDB-1813fbbc7bc-107c0b3aeaeb91ab": { + "mariaDB-181692a0054-5276c99900718d4f": { "provider": "mysql", "driver": "mariaDB", - "name": "gradido", + "name": "localhost", "save-password": true, "read-only": false, "configuration": { diff --git a/.gitignore b/.gitignore index ced6746aa..f1a8e9157 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/.dbeaver/* +.project *.log *.bak /node_modules/*