Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Add gitignores for Visual Studio Code #512

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
ipch/
*.VC.db

# Visual Studio Code
.vscode/*
!.vscode/settings.json
Copy link
Member

@smaillet-ms smaillet-ms Sep 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mis-read this earlier, let's not be including these in the tree as the VSCode system is still in flux and not officially supported (e.g. just block all of the .vscode folder and leave it at that. Otherwise people are forced to use VSCode to ensure the JSON files are updated correctly when making changes even if they don't otherwise use VSCode. By allowing them into the tree we effectively make them officially part of NETMF and they must then be maintained tested and validated for each PR etc...

!.vscode/tasks.json
!.vscode/launch.json

!/tools/bin/

#uVision
Expand Down