Add .vscode to .gitignore.
authorHenrique Scharlau Coelho <henriquescharlaucoelho@gmail.com>
Thu, 13 Jul 2023 17:43:08 +0000 (14:43 -0300)
committerHenrique Scharlau Coelho <henriquescharlaucoelho@gmail.com>
Thu, 13 Jul 2023 17:43:08 +0000 (14:43 -0300)
.gitignore

index f94baaa..d1bd3c3 100644 (file)
@@ -52,3 +52,6 @@ CATKIN_IGNORE
 
 # Colcon custom files
 COLCON_IGNORE
+
+# VSCode config
+.vscode
\ No newline at end of file