From 1aad4a61532a4fc9eb5cb3775fe540c73e7d87b2 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 10 Feb 2023 19:08:56 -0800 Subject: [PATCH] Add Chess.iml --- .gitignore | 3 +-- Chess.iml | 11 +++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Chess.iml diff --git a/.gitignore b/.gitignore index f6374f7..2f4df84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ out/ -.idea/ -*.iml \ No newline at end of file +.idea/ \ No newline at end of file diff --git a/Chess.iml b/Chess.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Chess.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file