From ffb93d9da45f732fca76404801d29b544799b5c1 Mon Sep 17 00:00:00 2001 From: Sebastian Seedorf Date: Thu, 18 Aug 2022 09:20:43 +0200 Subject: [PATCH] Add .idea files --- .idea/dataSources.local.xml | 16 ++++++++++++++++ .idea/dataSources.xml | 12 ++++++++++++ .idea/jsLinters/eslint.xml | 6 ++++++ 3 files changed, 34 insertions(+) create mode 100644 .idea/dataSources.local.xml create mode 100644 .idea/dataSources.xml create mode 100644 .idea/jsLinters/eslint.xml diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml new file mode 100644 index 0000000..0977fcc --- /dev/null +++ b/.idea/dataSources.local.xml @@ -0,0 +1,16 @@ + + + + + + + master_key + user + + + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..524f12a --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + mongo + true + com.dbschema.MongoJdbcDriver + mongodb://localhost:27017/ + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/jsLinters/eslint.xml b/.idea/jsLinters/eslint.xml new file mode 100644 index 0000000..541945b --- /dev/null +++ b/.idea/jsLinters/eslint.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file