Delete .vscode/settings.json

This commit is contained in:
Dieu
2025-07-14 01:33:06 +02:00
committed by GitHub
parent 897e3fece0
commit 2e25ad400c

18
.vscode/settings.json vendored
View File

@@ -1,18 +0,0 @@
{
"markdownlint.config": {
"no-inline-html": false,
"link-image-reference-definitions": false,
"fenced-code-language": false
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true,
".cache": true,
"retool.config.json": true
}
}