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