From 69d7966062f2e19e4db422dfcc52acb2c0b76530 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 29 Apr 2018 19:25:53 +0200 Subject: Update IntelliJ configuration --- .idea/.gitignore | 8 ++++++-- .idea/dataSources.xml | 11 +++++++++++ .idea/sqldialects.xml | 6 ++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .idea/dataSources.xml create mode 100644 .idea/sqldialects.xml (limited to '.idea') diff --git a/.idea/.gitignore b/.idea/.gitignore index e99080c..26b9374 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,7 @@ -workspace.xml -tasks.xml +dataSources.local.xml +dataSources/ libraries/ +sonarlint/ +tasks.xml +uiDesigner.xml +workspace.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..f8c1056 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,11 @@ + + + + + h2.unified + true + org.h2.Driver + jdbc:h2:~/bev + + + \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml new file mode 100644 index 0000000..7562c0f --- /dev/null +++ b/.idea/sqldialects.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2