From 8d434deb3e90181cda37546f596529301fef18de Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Wed, 13 Nov 2019 19:03:33 +0300 Subject: [PATCH] #Refactor part 3 --- .gitignore | 3 ++- Logout.txt => Utils/Logout.txt | 0 PythonDebug_64.cmd => Utils/PythonDebug_64.cmd | 0 RobotLogout.bat => Utils/RobotLogout.bat | 0 vInfo.md => changelog.md | 0 changelog.txt | 1 - v1.0.22 => v1.0.23 | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename Logout.txt => Utils/Logout.txt (100%) rename PythonDebug_64.cmd => Utils/PythonDebug_64.cmd (100%) rename RobotLogout.bat => Utils/RobotLogout.bat (100%) rename vInfo.md => changelog.md (100%) delete mode 100644 changelog.txt rename v1.0.22 => v1.0.23 (100%) 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