From 1e7c7cefe5bb25752aade931023041d476fcf1d8 Mon Sep 17 00:00:00 2001 From: Vincent W Date: Fri, 3 Oct 2025 16:43:28 +0200 Subject: [PATCH] fix(gitignore): add .vscode folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c32553f..216cdd7 100644 --- a/.gitignore +++ b/.gitignore @@ -33,5 +33,7 @@ qtcreator-* COLCON_IGNORE AMENT_IGNORE +.vscode + # End of https://www.toptal.com/developers/gitignore/api/ros2