From acd6b64e494192f7c73032240029bfa53dccb362 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sun, 29 Apr 2018 19:25:53 +0200 Subject: Update IntelliJ configuration --- .gitignore | 3 ++- .idea/.gitignore | 8 ++++++-- .idea/dataSources.xml | 11 +++++++++++ .idea/sqldialects.xml | 6 ++++++ 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .idea/dataSources.xml create mode 100644 .idea/sqldialects.xml diff --git a/.gitignore b/.gitignore index f8afd0f..b185a96 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ buildNumber.properties ### Intellij ### .idea_modules/ *.iws +*.iml out/ ### Eclipse ### @@ -115,4 +116,4 @@ nbbuild/ dist/ nbdist/ nbactions.xml -.nb-gradle/ \ No newline at end of file +.nb-gradle/ 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