Mod gitignore

dev-linux
Ivan Maslov 2 years ago
parent 5fbae63ec8
commit 87ca9a3401

4
.gitignore vendored

@ -1,4 +1,5 @@
# Игнорируем новые файлы из Google Portable Utils/Jupyter-notebooks/.ipynb_checkpoints/**
# Игнорируем новые файлы из Google Portable
/**/Resources/GoogleChromePortable /**/Resources/GoogleChromePortable
#Игнорируем все папки с названием __pycache__ #Игнорируем все папки с названием __pycache__
/**/__pycache__/** /**/__pycache__/**
@ -19,6 +20,7 @@
/**/OpenRPARobotGUIx64.exe /**/OpenRPARobotGUIx64.exe
/**/OpenRPAStudio.exe /**/OpenRPAStudio.exe
/**/OpenRPARobot.exe /**/OpenRPARobot.exe
/**/jupyter-notebook.exe
/**/breakpoints.lst /**/breakpoints.lst
/**/Orchestrator/screenshot.png /**/Orchestrator/screenshot.png
**/.idea/** **/.idea/**

Loading…
Cancel
Save