From 5660f8d59db5386f60cc9685dba6d82483427d39 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 8 Jun 2026 11:15:42 +0200 Subject: [PATCH] .idea --- .idea/dataSources.local.xml | 18 ++++++++++++++++++ .idea/dataSources.xml | 12 ++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .idea/dataSources.local.xml create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml new file mode 100644 index 0000000..cdc31de --- /dev/null +++ b/.idea/dataSources.local.xml @@ -0,0 +1,18 @@ + + + + + + " + + + master_key + no-auth + + + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..3f17fd0 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/db/articles + $ProjectFileDir$ + + + \ No newline at end of file