From 4bcfc774a49779435147a47b3f6a110d1b7d9dbd Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:10:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - gitea-packages-update-check.iml | 9 +++++++++ illust-data.iml | 9 +++++++++ unos-fe.iml | 11 +++++++++++ unos-proto/unos-proto.iml | 9 +++++++++ unos.iml | 9 +++++++++ utils.iml | 12 ++++++++++++ watch-dog-be.iml | 12 ++++++++++++ watchdog-fe.iml | 11 +++++++++++ watchdog-go.iml | 9 +++++++++ 10 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 gitea-packages-update-check.iml create mode 100644 illust-data.iml create mode 100644 unos-fe.iml create mode 100644 unos-proto/unos-proto.iml create mode 100644 unos.iml create mode 100644 utils.iml create mode 100644 watch-dog-be.iml create mode 100644 watchdog-fe.iml create mode 100644 watchdog-go.iml diff --git a/.gitignore b/.gitignore index 8e93b7b..580dd9e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ bin/ ### IntelliJ IDEA ### .idea *.iws -*.iml *.ipr out/ !**/src/main/**/out/ diff --git a/gitea-packages-update-check.iml b/gitea-packages-update-check.iml new file mode 100644 index 0000000..98bc0d2 --- /dev/null +++ b/gitea-packages-update-check.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/illust-data.iml b/illust-data.iml new file mode 100644 index 0000000..33bc99c --- /dev/null +++ b/illust-data.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/unos-fe.iml b/unos-fe.iml new file mode 100644 index 0000000..abc4062 --- /dev/null +++ b/unos-fe.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/unos-proto/unos-proto.iml b/unos-proto/unos-proto.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/unos-proto/unos-proto.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/unos.iml b/unos.iml new file mode 100644 index 0000000..8021953 --- /dev/null +++ b/unos.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/utils.iml b/utils.iml new file mode 100644 index 0000000..f01e6bb --- /dev/null +++ b/utils.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/watch-dog-be.iml b/watch-dog-be.iml new file mode 100644 index 0000000..881aa99 --- /dev/null +++ b/watch-dog-be.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/watchdog-fe.iml b/watchdog-fe.iml new file mode 100644 index 0000000..464fd74 --- /dev/null +++ b/watchdog-fe.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/watchdog-go.iml b/watchdog-go.iml new file mode 100644 index 0000000..6da0780 --- /dev/null +++ b/watchdog-go.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file