First version

This commit is contained in:
2024-03-07 00:17:34 +03:00
parent 0970591d02
commit 1d33cfbf09
16 changed files with 458 additions and 345 deletions

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

@@ -0,0 +1,12 @@
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true,
"**/.angular": true,
}
}