From 2a2f6917bd6994ae9eba526ece5ae1266585944a Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 18 Apr 2022 15:19:46 +0200 Subject: [PATCH] Added log files to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 89cc49c..699e945 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .vscode/c_cpp_properties.json .vscode/launch.json .vscode/ipch +platformio-device-monitor*.log \ No newline at end of file