Initial commit: существующий сайт + конфигурация разработки
Some checks failed
Deploy to Production / deploy (push) Failing after 4s

This commit is contained in:
2026-01-10 22:23:00 +03:00
parent 28b50d28c1
commit 5b11e61c8e
16 changed files with 1339 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"recommendations": [
"ms-vscode.vscode-typescript-next",
"ritwickdey.liveserver",
"ms-vscode.live-server"
]
}

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

@@ -0,0 +1,15 @@
{
"files.exclude": {
"**/.git": true,
"**/.gitea": true,
"**/.github": true,
"**/node_modules": true
},
"editor.tabSize": 2,
"files.associations": {
"*.conf": "nginx",
"*.html": "html",
"*.css": "css",
"*.js": "javascript"
}
}