From c31053a7fd88345547fe8233b5171278578ccc29 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Fri, 8 May 2020 02:06:23 +0200 Subject: [PATCH] add pio ignores to gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5208146..c2a029f 100644 --- a/.gitignore +++ b/.gitignore @@ -269,4 +269,10 @@ __pycache__/ **/CodeDB **/VisualGDBCache -doc/build \ No newline at end of file +doc/build + +.pio +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json +.vscode/ipch \ No newline at end of file