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