From 4deac3f65482cbafb60f952ba77b6d64d1826464 Mon Sep 17 00:00:00 2001
From: Noblempp <13446441+noblempp@user.noreply.gitee.com>
Date: Thu, 12 Oct 2023 21:09:19 +0800
Subject: [PATCH] test...
---
.idea/.gitignore | 5 +++++
.idea/misc.xml | 6 ++++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
helloword.iml | 11 +++++++++++
5 files changed, 36 insertions(+)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
create mode 100644 helloword.iml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..3fcce99
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+.idea
+*.iml
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..7464918
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..38e7e82
--- /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
diff --git a/helloword.iml b/helloword.iml
new file mode 100644
index 0000000..02225d8
--- /dev/null
+++ b/helloword.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file