From 6b6710ebe17b53d6abe39d364f68b9cf0c1da9ea Mon Sep 17 00:00:00 2001 From: Henrique Scharlau Coelho Date: Thu, 13 Jul 2023 14:43:08 -0300 Subject: [PATCH] Add .vscode to .gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f94baaa..d1bd3c3 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ CATKIN_IGNORE # Colcon custom files COLCON_IGNORE + +# VSCode config +.vscode \ No newline at end of file -- 2.12.0