Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 881a9ea

Browse files
committed
gitignore for VScode
1 parent d78d85d commit 881a9ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,16 @@ src/samples/Components/**
325325
source/samples/Components/**
326326
#----------------------------------------------
327327

328+
#------------------------------------------
329+
# Visual Studio Code
330+
# NOTE: these are for team settings.
331+
.vscode/*
332+
!.vscode/settings.json
333+
!.vscode/tasks.json
334+
!.vscode/launch.json
335+
!.vscode/extensions.json
336+
#------------------------------------------
337+
328338
#----------------------------------------------
329339
# sensitive data
330340
**/*.hidden.cs

0 commit comments

Comments
 (0)