first commit

This commit is contained in:
2025-06-10 15:12:30 +05:30
parent 6573108a29
commit 3b15772692
13 changed files with 2071 additions and 2045 deletions

View File

@@ -0,0 +1,22 @@
{
"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
}
}
}