remove .vscode folder,

add .vscode to .gitignore
This commit is contained in:
Arthur Lu 2022-11-29 08:20:53 -08:00
parent 46bdee7b68
commit b7d79b6b50
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
**/.devcontainer/*
**/node_modules/*
**/package-lock.json
**/package-lock.json
**/*.vscode/*

View File

@ -1,3 +0,0 @@
{
"liveServer.settings.port": 5501
}