first commit

This commit is contained in:
Roman Pyrih
2026-05-21 15:33:11 +02:00
commit acb036dbd9
8059 changed files with 2885104 additions and 0 deletions

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "host117523.hostido.net.pl",
"username": "www@projektypkmp.pagedev.pl",
"password": "eBPFQnmvB2JVCPJNELtX",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

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

@@ -0,0 +1,19 @@
{
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": null
}
],
"liveSassCompile.settings.includeItems": [
"wp-content/themes/hello-elementor/**/*.scss",
"wp-content/plugins/elementor-addon/**/*.scss"
],
"liveSassCompile.settings.excludeList": [
"**/node_modules/**",
"**/.git/**",
"**/wp-content/plugins/**/!elementor-addon/**"
],
"liveSassCompile.settings.watchOnLaunch": true
}