From d0eb20d23ad38f02d9e76a7fac82f6986897010f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=9B=E9=A3=8E?= Date: Fri, 6 Sep 2019 20:10:33 +0800 Subject: [PATCH] rm --- .gitignore | 2 +- .idea/dataSources.local.xml | 17 ----------------- .idea/dataSources.xml | 22 ---------------------- 3 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 .idea/dataSources.local.xml delete mode 100644 .idea/dataSources.xml diff --git a/.gitignore b/.gitignore index 3b0645a..03fcf7f 100644 --- a/.gitignore +++ b/.gitignore @@ -124,7 +124,7 @@ dmypy.json # Pyre type checker .pyre/ -.idea + .gitignore .idea/.gitignore .idea/.name diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml deleted file mode 100644 index 095e1fa..0000000 --- a/.idea/dataSources.local.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - " - - - false - - - - - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 2af8e9e..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:E:\python\DoubanBookTAGSpider\douban.db - - - - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.25.1/license.txt - - - file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/Xerial SQLiteJDBC/3.25.1/sqlite-jdbc-3.25.1.jar - - - - - \ No newline at end of file