From c21fa95b7ad73271fc2932283f9be72efaebda26 Mon Sep 17 00:00:00 2001 From: Artem Barkalov <30658712+artembark@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:01:37 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=BB=D1=8F=20IntelliJ=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ .idea/runConfigurations/DEV.xml | 6 ++++++ .idea/runConfigurations/PROD.xml | 6 ++++++ .idea/runConfigurations/STAGE.xml | 6 ++++++ .idea/runConfigurations/main_dart.xml | 6 ++++++ 5 files changed, 27 insertions(+) create mode 100644 .idea/runConfigurations/DEV.xml create mode 100644 .idea/runConfigurations/PROD.xml create mode 100644 .idea/runConfigurations/STAGE.xml create mode 100644 .idea/runConfigurations/main_dart.xml diff --git a/.gitignore b/.gitignore index 623866f..730c02a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ migrate_working_dir/ *.ipr *.iws .idea/ +# Хранить конфигурации запуска +!.idea/runConfigurations/ +!.idea/runConfigurations/** # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line diff --git a/.idea/runConfigurations/DEV.xml b/.idea/runConfigurations/DEV.xml new file mode 100644 index 0000000..685a377 --- /dev/null +++ b/.idea/runConfigurations/DEV.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/PROD.xml b/.idea/runConfigurations/PROD.xml new file mode 100644 index 0000000..ab88be6 --- /dev/null +++ b/.idea/runConfigurations/PROD.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/STAGE.xml b/.idea/runConfigurations/STAGE.xml new file mode 100644 index 0000000..d5bf845 --- /dev/null +++ b/.idea/runConfigurations/STAGE.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/main_dart.xml b/.idea/runConfigurations/main_dart.xml new file mode 100644 index 0000000..aab7b5c --- /dev/null +++ b/.idea/runConfigurations/main_dart.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file