Skip to content

Commit ff5f5ca

Browse files
committed
last changes
1 parent ee87472 commit ff5f5ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.*
2-
!.gitignore
2+
!.gitignore
3+
!.vscode

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"workbench.startupEditor": "readme",
3+
"workbench.editorAssociations": {
4+
"*.md": "vscode.markdown.preview.editor"
5+
}
6+
}

0 commit comments

Comments
 (0)