remvoing .vscode

This commit is contained in:
Chris
2024-08-30 13:24:05 +01:00
parent 6d168288af
commit 2a05babd74
2 changed files with 1 additions and 6 deletions

2
quiz-app/.gitignore vendored
View File

@@ -6,7 +6,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.vscode
node_modules
.DS_Store
dist

View File

@@ -1,5 +0,0 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
}