From ae04ea012e1bc8ac25ebb4b57bda4aee192ee0de Mon Sep 17 00:00:00 2001
From: jinyangshuo <15612919020@163.com>
Date: Fri, 11 Oct 2024 09:38:51 +0800
Subject: [PATCH 1/2] Add README_jinyangshuo.md
---
README_jinyangshuo.md | 1 +
"\345\255\231\344\272\232\346\243\256hello world.py" | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
create mode 100644 README_jinyangshuo.md
delete mode 100644 "\345\255\231\344\272\232\346\243\256hello world.py"
diff --git a/README_jinyangshuo.md b/README_jinyangshuo.md
new file mode 100644
index 0000000..d74e52a
--- /dev/null
+++ b/README_jinyangshuo.md
@@ -0,0 +1 @@
+Hello,jinyangshuo
\ No newline at end of file
diff --git "a/\345\255\231\344\272\232\346\243\256hello world.py" "b/\345\255\231\344\272\232\346\243\256hello world.py"
deleted file mode 100644
index e75154b..0000000
--- "a/\345\255\231\344\272\232\346\243\256hello world.py"
+++ /dev/null
@@ -1 +0,0 @@
-print("hello world")
\ No newline at end of file
--
Gitee
From 6acc1a63dcef227193ae3b328002bf8ae6e76ef2 Mon Sep 17 00:00:00 2001
From: jinyangshuo <15612919020@163.com>
Date: Fri, 11 Oct 2024 09:41:38 +0800
Subject: [PATCH 2/2] Add README_jinyangshuo.md
---
.idea/.gitignore | 3 +++
.idea/hello-git.iml | 8 ++++++++
.idea/inspectionProfiles/profiles_settings.xml | 6 ++++++
.idea/misc.xml | 4 ++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
6 files changed, 35 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/hello-git.iml
create mode 100644 .idea/inspectionProfiles/profiles_settings.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/hello-git.iml b/.idea/hello-git.iml
new file mode 100644
index 0000000..d0876a7
--- /dev/null
+++ b/.idea/hello-git.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..49170a2
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..e1b556b
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
--
Gitee