From 87ca9a340100aa98734f5c5eda72f2fa4865aafa Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Fri, 10 Jun 2022 20:05:22 +0300 Subject: [PATCH] Mod gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fad29672..606d14bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -# Игнорируем новые файлы из Google Portable +Utils/Jupyter-notebooks/.ipynb_checkpoints/** +# Игнорируем новые файлы из Google Portable /**/Resources/GoogleChromePortable #Игнорируем все папки с названием __pycache__ /**/__pycache__/** @@ -19,6 +20,7 @@ /**/OpenRPARobotGUIx64.exe /**/OpenRPAStudio.exe /**/OpenRPARobot.exe +/**/jupyter-notebook.exe /**/breakpoints.lst /**/Orchestrator/screenshot.png **/.idea/**