From 67b37ee875d97df5f070a409409ed08ccc271fcf Mon Sep 17 00:00:00 2001 From: Indyuce Date: Thu, 3 Nov 2022 17:04:59 +0100 Subject: [PATCH] Fixed gitignore --- .gitignore | 4 + MMOItems-API/MMOItems-API.iml | 130 ++++++++++++++++++++++++++++++++ MMOItems-Dist/MMOItems-Dist.iml | 30 ++++++++ 3 files changed, 164 insertions(+) create mode 100644 MMOItems-API/MMOItems-API.iml create mode 100644 MMOItems-Dist/MMOItems-Dist.iml diff --git a/.gitignore b/.gitignore index 727a4f88..7ca1ad39 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ .project MMOItems.eml MMOItems.iml +MMOItems-API.eml +MMOItems-API.iml +MMOItems-Dist.eml +MMOItems-Dist.iml diff --git a/MMOItems-API/MMOItems-API.iml b/MMOItems-API/MMOItems-API.iml new file mode 100644 index 00000000..e9b0db5d --- /dev/null +++ b/MMOItems-API/MMOItems-API.iml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MMOItems-Dist/MMOItems-Dist.iml b/MMOItems-Dist/MMOItems-Dist.iml new file mode 100644 index 00000000..996440b2 --- /dev/null +++ b/MMOItems-Dist/MMOItems-Dist.iml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file