From 09f5f457cf9f324dd7be6fa09f5ce9598854d02b Mon Sep 17 00:00:00 2001 From: Alexander Zubarev Date: Thu, 6 Aug 2026 18:33:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?alert-processor/.idea=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alert-processor/.idea/.gitignore | 3 +++ alert-processor/.idea/alert-processor.iml | 10 ++++++++++ alert-processor/.idea/misc.xml | 6 ++++++ alert-processor/.idea/modules.xml | 8 ++++++++ alert-processor/.idea/vcs.xml | 6 ++++++ 5 files changed, 33 insertions(+) create mode 100644 alert-processor/.idea/.gitignore create mode 100644 alert-processor/.idea/alert-processor.iml create mode 100644 alert-processor/.idea/misc.xml create mode 100644 alert-processor/.idea/modules.xml create mode 100644 alert-processor/.idea/vcs.xml diff --git a/alert-processor/.idea/.gitignore b/alert-processor/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/alert-processor/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/alert-processor/.idea/alert-processor.iml b/alert-processor/.idea/alert-processor.iml new file mode 100644 index 0000000..8b95856 --- /dev/null +++ b/alert-processor/.idea/alert-processor.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/alert-processor/.idea/misc.xml b/alert-processor/.idea/misc.xml new file mode 100644 index 0000000..037e6f1 --- /dev/null +++ b/alert-processor/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/alert-processor/.idea/modules.xml b/alert-processor/.idea/modules.xml new file mode 100644 index 0000000..0330498 --- /dev/null +++ b/alert-processor/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/alert-processor/.idea/vcs.xml b/alert-processor/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/alert-processor/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file