Initial commit

This commit is contained in:
unknown
2026-01-28 13:16:30 +05:30
commit 521beebc89
17 changed files with 322 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.sf": true,
"**/.sfdx": true
}
}