From 59868fd37723e7ddcf5ff5f4fce4549097fdf67b Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Sun, 13 Oct 2019 08:59:02 +0300 Subject: [PATCH] #MinorFix_GITIGNORE --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 876b6b3b..bce001bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ #Игнорируем все папки с названием __pycache__ /**/__pycache__/** #Игнорируем папки распакованного блокнота -Resources/Editor/Notepad++_7_7_x64/* -/Orchestrator/Reports -/Robot/Reports -/Studio/Reports +/**/Resources/Editor/Notepad++_7_7_x64/* +/**/Resources/Editor/Notepad++_7_7_x32/* +/**/Orchestrator/Reports +/**/Robot/Reports +/**/Studio/Reports /**/OpenRPAOrchestrator.exe /**/OpenRPARobotGUIx32.exe /**/OpenRPARobotGUIx64.exe /**/OpenRPAStudio.exe /**/OpenRPARobot.exe /**/breakpoints.lst -/Orchestrator/screenshot.png \ No newline at end of file +/**/Orchestrator/screenshot.png \ No newline at end of file