diff --git a/.gitignore b/.gitignore index 756f82ea..aeb92195 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ /**/OpenRPAStudio.exe /**/OpenRPARobot.exe /**/breakpoints.lst -/**/Orchestrator/screenshot.png \ No newline at end of file +/**/Orchestrator/screenshot.png +.idea/** \ No newline at end of file diff --git a/Logout.txt b/Utils/Logout.txt similarity index 100% rename from Logout.txt rename to Utils/Logout.txt diff --git a/PythonDebug_64.cmd b/Utils/PythonDebug_64.cmd similarity index 100% rename from PythonDebug_64.cmd rename to Utils/PythonDebug_64.cmd diff --git a/RobotLogout.bat b/Utils/RobotLogout.bat similarity index 100% rename from RobotLogout.bat rename to Utils/RobotLogout.bat diff --git a/vInfo.md b/changelog.md similarity index 100% rename from vInfo.md rename to changelog.md diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index 75b83c34..00000000 --- a/changelog.txt +++ /dev/null @@ -1 +0,0 @@ -- Orchestrator: Добавлена панель ручного управления роботом \ No newline at end of file diff --git a/v1.0.22 b/v1.0.23 similarity index 100% rename from v1.0.22 rename to v1.0.23