From 5434c7328cf73cd9a240f7848822aa7da4f030b2 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 22 Oct 2024 13:15:24 +0700 Subject: [PATCH] git ignore dataSources.xml --- .idea/.idea.LexBox/.idea/.gitignore | 1 + .idea/.idea.LexBox/.idea/dataSources.xml | 104 ----------------------- 2 files changed, 1 insertion(+), 104 deletions(-) delete mode 100644 .idea/.idea.LexBox/.idea/dataSources.xml diff --git a/.idea/.idea.LexBox/.idea/.gitignore b/.idea/.idea.LexBox/.idea/.gitignore index daa11e94f..0033a8975 100644 --- a/.idea/.idea.LexBox/.idea/.gitignore +++ b/.idea/.idea.LexBox/.idea/.gitignore @@ -11,5 +11,6 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +/dataSources.xml # GitHub Copilot persisted chat sessions /copilot/chatSessions diff --git a/.idea/.idea.LexBox/.idea/dataSources.xml b/.idea/.idea.LexBox/.idea/dataSources.xml deleted file mode 100644 index 5661a55a2..000000000 --- a/.idea/.idea.LexBox/.idea/dataSources.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://localhost:5433/lexbox - - - - - - - - - $ProjectFileDir$ - - - postgresql - true - false - org.postgresql.Driver - jdbc:postgresql://localhost:5434/lexbox - - - - - - - - - - $ProjectFileDir$ - - - postgresql - false - org.postgresql.Driver - jdbc:postgresql://localhost:5435/lexbox - - - - - - - - - - $ProjectFileDir$ - - - - mongo - true - true - com.dbschema.MongoJdbcDriver - mongodb://localhost:27018 - $ProjectFileDir$ - - - mongo - true - true - com.dbschema.MongoJdbcDriver - mongodb://localhost:27017 - - - - - - $ProjectFileDir$ - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:C:\dev\LexBox\backend\LocalWebApp\sena-3.sqlite - - - - $ProjectFileDir$ - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.43.0/org/xerial/sqlite-jdbc/3.43.0.0/sqlite-jdbc-3.43.0.0.jar - - - - - postgresql - true - false - org.postgresql.Driver - jdbc:postgresql://localhost:5436/lexbox - - - - - - - $ProjectFileDir$ - - - \ No newline at end of file