added .vscide to gitignore and removed .vscode folder

This commit is contained in:
2022-03-15 13:42:13 +01:00
parent 85fd7731c6
commit a1e1a44020
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
node_modules node_modules
.cache .cache
.vscode
dist dist
-3
View File
@@ -1,3 +0,0 @@
{
"liveServer.settings.port": 5501
}