From 34a133d2fb450c3b4bcb3b99d13bfa9e561b785316d9c3b4b1e91375558cfb5f Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Sun, 27 Jul 2025 17:39:14 +0800 Subject: [PATCH 1/2] git test --- .idea/dataSources.xml | 12 ++++++++++++ .idea/misc.xml | 2 +- init.txt | 2 +- requirements.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .idea/dataSources.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..ac00b0a --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/myblog/db.sqlite3 + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 898f0c0..1e7dd34 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/init.txt b/init.txt index 22e0773..c7ba125 100644 --- a/init.txt +++ b/init.txt @@ -1 +1 @@ -init feature/base-view branch +git test diff --git a/requirements.txt b/requirements.txt index 8b8051c..1c810f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ idna==3.10 ipython==9.4.0 ipython_pygments_lexers==1.1.1 jedi==0.19.2 -Markdown==3.8.2 +Markdown martor==1.6.45 matplotlib-inline==0.1.7 numpy==2.3.2 From 807690044c9cf81ba8e3540b0010b65ce29f1793d2731fcc5ca00356525503d9 Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Sun, 27 Jul 2025 18:20:53 +0800 Subject: [PATCH 2/2] Remove .idea directory from Git tracking --- .idea/.gitignore | 8 -------- .idea/blog.iml | 6 ------ .idea/dataSources.xml | 12 ------------ .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 7 ------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 53 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/blog.iml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index e741503..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/blog.iml b/.idea/blog.iml deleted file mode 100644 index 231a8e8..0000000 --- a/.idea/blog.iml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index ac00b0a..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - sqlite.xerial - true - org.sqlite.JDBC - jdbc:sqlite:$PROJECT_DIR$/myblog/db.sqlite3 - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 449e696..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 1e7dd34..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 31bd981..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 0faa797..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file