From: Henrique Scharlau Coelho Date: Thu, 13 Jul 2023 17:43:08 +0000 (-0300) Subject: Add .vscode to .gitignore. X-Git-Url: http://git.ece.ufrgs.br/?a=commitdiff_plain;h=6b6710ebe17b53d6abe39d364f68b9cf0c1da9ea;p=twil.git Add .vscode to .gitignore. --- 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