Merge pull request #95 from cse110-fa22-group29/remove-.vscode

Remove .vscode folder
This commit is contained in:
rheabhutada02 2022-11-29 13:42:22 -08:00 committed by GitHub
commit fd07a93d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

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