From f53f37cc94406e4b0cdb034a00f8397d0e5e7066 Mon Sep 17 00:00:00 2001 From: lade043 <48773751+lade043@users.noreply.github.com> Date: Sun, 19 May 2019 09:10:49 +0200 Subject: [PATCH] Update .gitignore terminalControl creates file to save last position, which will now not be uploaded --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 36948be..abef767 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,6 @@ venv.bak/ # tests for fast debugging tests/ + +# last position of robot thru terminalControl +.robotpos.file