From 6e10a6ae1b6d323cafe678e912291debce773c39 Mon Sep 17 00:00:00 2001 From: taichu110 <1477638737@qq.com> Date: Fri, 22 Mar 2024 19:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 2 ++ .idea/RJGC.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/test.txt | 1 + .idea/vcs.xml | 6 ++++++ 6 files changed, 32 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/RJGC.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/test.txt create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..5c98b42 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/.idea/RJGC.iml b/.idea/RJGC.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/RJGC.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /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..522c4da --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/test.txt b/.idea/test.txt new file mode 100644 index 0000000..aabbabe --- /dev/null +++ b/.idea/test.txt @@ -0,0 +1 @@ +print("hello world"); \ 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