Files
Dwinzo-Backend-V0.0/Dwinzo-Backend-OLD.code-workspace
2025-06-10 15:12:30 +05:30

22 lines
355 B
Plaintext

{
"folders": [
{
"name": "Dwinzo-Backend",
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.retool_types/**": true,
"**/*tsconfig.json": true,
".cache": true,
"retool.config.json": true
}
}
}