Skip to content

Commit b96c78c

Browse files
committed
Add exclusions for Visual Studio Code to IOTstack git ignores
Followup to [Issue 166](SensorsIot#166) to include the following lines in .gitignore: ``` .vscode *.code-workspace ```
1 parent 9f44324 commit b96c78c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ compose-override.yml
99
.outofdate
1010

1111
!.gitkeep
12+
13+
.vscode
14+
*.code-workspace
15+

0 commit comments

Comments
 (0)