Skip to content

Commit

Permalink
Ignore Visual Studio Code files (ros-navigation#299)
Browse files Browse the repository at this point in the history
Using Visual Studio Code, I've been opening just the directories that I'm interested in, avoiding the output directories (install, build, and log). In this configuration, when debugging various modules, the VS Code app will put .vscode files in each source directory being debugged. This causes the 
 directories to be highlighted in the editor indicating that files have been added. With this addition to .gitignore, these files will be ignored and the VS Code editor will more accurately reflect any changes to the workspace.
  • Loading branch information
Michael Jeronimo authored Nov 9, 2018
1 parent e6d3eb2 commit c05732a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
*.out
*.app

#colcon output
# Colcon output
build
log
install

# Visual Studio Code files
.vscode

0 comments on commit c05732a

Please sign in to comment.