added .vscide to gitignore and removed .vscode folder

This commit is contained in:
Steev 2022-03-15 13:42:13 +01:00
parent 85fd7731c6
commit a1e1a44020
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
node_modules
.cache
.vscode
dist

View File

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