From 73dd3c86e4d79289c9b41080b7b3afc20cb90dfd Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Thu, 26 May 2022 15:06:47 +0800 Subject: [PATCH] Init --- .gitignore | 9 --------- ClassroomInteraction.iml | 11 +++++++++++ Library/Library.iml | 11 +++++++++++ Student/Student.iml | 12 ++++++++++++ Teacher/Teacher.iml | 12 ++++++++++++ 5 files changed, 46 insertions(+), 9 deletions(-) create mode 100644 ClassroomInteraction.iml create mode 100644 Library/Library.iml create mode 100644 Student/Student.iml create mode 100644 Teacher/Teacher.iml diff --git a/.gitignore b/.gitignore index abdc3bd..78fba92 100644 --- a/.gitignore +++ b/.gitignore @@ -6,14 +6,5 @@ bin/ gen/ out/ -# IntelliJ -*.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries - # Version control vcs.xml \ No newline at end of file diff --git a/ClassroomInteraction.iml b/ClassroomInteraction.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/ClassroomInteraction.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Library/Library.iml b/Library/Library.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Library/Library.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Student/Student.iml b/Student/Student.iml new file mode 100644 index 0000000..15f18d8 --- /dev/null +++ b/Student/Student.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/Teacher/Teacher.iml b/Teacher/Teacher.iml new file mode 100644 index 0000000..15f18d8 --- /dev/null +++ b/Teacher/Teacher.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file