Skip to content

Commit

Permalink
Don't clobber user-specific VSCode files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonask committed Aug 25, 2020
1 parent cb9af1e commit cc711cc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ Thumbs.db
/.vs
/Visual\ Studio

# Ignore user-local configuration for Visual Studio Code
/.vscode/c_cpp_properties.json
/.vscode/extensions.json
/.vscode/launch.json
/.vscode/settings.json
/.vscode/tasks.json

# Ignore Eclipse settings
/.settings

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cc711cc

Please sign in to comment.