first commit

This commit is contained in:
2026-05-07 13:39:18 +02:00
commit a42aaf2b07
149 changed files with 14349 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"host": "s85.mydevil.net",
"username": "f1028_projectpro",
"password": "/aVfj@2liH9qKwqxKJY38B-P8I&w58",
"remotePath": "/domains/laryngologia.luxmedkrakow.pl/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

215
.vscode/ftp-kr.sync.cache.json vendored Normal file
View File

@@ -0,0 +1,215 @@
{
"ftp://f1028_projectpro@s85.mydevil.net": {
"domains": {
"luxmedkrakow.pl": {
"public_html": {
".htaccess": {
"type": "-",
"size": 3419,
"lmtime": 0,
"modified": false
},
".htaccess.bk": {
"type": "-",
"size": 665,
"lmtime": 0,
"modified": false
},
"index.php": {
"type": "-",
"size": 415,
"lmtime": 0,
"modified": false
},
"license.txt": {
"type": "-",
"size": 19903,
"lmtime": 0,
"modified": false
},
"readme.html": {
"type": "-",
"size": 7425,
"lmtime": 0,
"modified": false
},
"wp-activate.php": {
"type": "-",
"size": 7349,
"lmtime": 0,
"modified": false
},
"wp-admin": {},
"wp-blog-header.php": {
"type": "-",
"size": 351,
"lmtime": 0,
"modified": false
},
"wp-comments-post.php": {
"type": "-",
"size": 2323,
"lmtime": 0,
"modified": false
},
"wp-config-sample.php": {
"type": "-",
"size": 3339,
"lmtime": 0,
"modified": false
},
"wp-config.php": {
"type": "-",
"size": 3694,
"lmtime": 0,
"modified": false
},
"wp-content": {
".analyst_analyst_cache": {
"type": "-",
"size": 20,
"lmtime": 0,
"modified": false
},
".litespeed_conf.dat": {
"type": "-",
"size": 120,
"lmtime": 0,
"modified": false
},
"backups-dup-pro": {},
"index.php": {
"type": "-",
"size": 28,
"lmtime": 0,
"modified": false
},
"languages": {},
"litespeed": {},
"mu-plugins": {},
"plugins": {
"copy-delete-posts": {},
"duplicator-pro-v4.5.16.2": {},
"elementor": {},
"elementor-pro": {},
"fluent-smtp": {},
"index.php": {
"type": "-",
"size": 28,
"lmtime": 0,
"modified": false
},
"litespeed-cache": {},
"lordicon": {},
"one-click-ssl": {},
"svg-support": {},
"webp-express": {},
"elementor-addon": {
"assets": {
"css": {
"main.css": {
"type": "-",
"size": 2477,
"lmtime": 1778144054375.7676,
"modified": false
}
},
"js": {
"main.js": {
"type": "-",
"size": 2680,
"lmtime": 1778143539956.4224,
"modified": false
}
},
"scss": {
"main.scss": {
"type": "-",
"size": 2865,
"lmtime": 1778144134704.7227,
"modified": false
}
}
},
"elementor-addon.php": {
"type": "-",
"size": 1656,
"lmtime": 1778142396839.505,
"modified": false
},
"widgets": {
"info-box-popup.php": {
"type": "-",
"size": 13780,
"lmtime": 1778143539955.4165,
"modified": false
}
}
}
},
"themes": {},
"upgrade": {},
"uploads": {},
"webp-express": {}
},
"wp-cron.php": {
"type": "-",
"size": 5617,
"lmtime": 0,
"modified": false
},
"wp-includes": {},
"wp-links-opml.php": {
"type": "-",
"size": 2493,
"lmtime": 0,
"modified": false
},
"wp-load.php": {
"type": "-",
"size": 3937,
"lmtime": 0,
"modified": false
},
"wp-login.php": {
"type": "-",
"size": 51437,
"lmtime": 0,
"modified": false
},
"wp-mail.php": {
"type": "-",
"size": 8727,
"lmtime": 0,
"modified": false
},
"wp-settings.php": {
"type": "-",
"size": 31055,
"lmtime": 0,
"modified": false
},
"wp-signup.php": {
"type": "-",
"size": 34516,
"lmtime": 0,
"modified": false
},
"wp-trackback.php": {
"type": "-",
"size": 5214,
"lmtime": 0,
"modified": false
},
"xmlrpc.php": {
"type": "-",
"size": 3205,
"lmtime": 0,
"modified": false
}
}
}
}
},
"$version": 1
}

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

@@ -0,0 +1,18 @@
{
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "",
"savePathSegmentKeys": null,
"savePathReplaceSegmentsWith": null
}
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": "defaults",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.includeItems": [
"wp-content/themes/hello-elementor/assets/css/custom.scss",
"wp-content/plugins/elementor-addon/assets/css/main.scss"
]
}