first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"host": "carpseeds.pl",
"username": "projectpro@seedss.webd.pro",
"password": "lXIKA+H~0Wx;",
"remotePath": "/public_html/carpseeds.pl",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

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

@@ -0,0 +1,122 @@
{
"ftp://carpseeds.pl@projectpro@seedss.webd.pro": {
"public_html": {
"carpseeds.pl": {
".htaccess": {
"type": "-",
"size": 686,
"lmtime": 0,
"modified": false
},
".well-known": {},
"index.php": {
"type": "-",
"size": 405,
"lmtime": 0,
"modified": false
},
"kicktemp": {},
"license.txt": {
"type": "-",
"size": 19915,
"lmtime": 0,
"modified": false
},
"readme.html": {
"type": "-",
"size": 7401,
"lmtime": 0,
"modified": false
},
"wp-activate.php": {
"type": "-",
"size": 7387,
"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": 3012,
"lmtime": 0,
"modified": false
},
"wp-config.php": {
"type": "-",
"size": 3124,
"lmtime": 1721035403605,
"modified": false
},
"wp-content": {},
"wp-cron.php": {
"type": "-",
"size": 5638,
"lmtime": 0,
"modified": false
},
"wp-includes": {},
"wp-links-opml.php": {
"type": "-",
"size": 2502,
"lmtime": 0,
"modified": false
},
"wp-load.php": {
"type": "-",
"size": 3927,
"lmtime": 0,
"modified": false
},
"wp-login.php": {
"type": "-",
"size": 50917,
"lmtime": 0,
"modified": false
},
"wp-mail.php": {
"type": "-",
"size": 8525,
"lmtime": 0,
"modified": false
},
"wp-settings.php": {
"type": "-",
"size": 28427,
"lmtime": 0,
"modified": false
},
"wp-signup.php": {
"type": "-",
"size": 34385,
"lmtime": 0,
"modified": false
},
"wp-trackback.php": {
"type": "-",
"size": 4885,
"lmtime": 0,
"modified": false
},
"xmlrpc.php": {
"type": "-",
"size": 3246,
"lmtime": 0,
"modified": false
}
}
}
},
"$version": 1
}

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

@@ -0,0 +1,12 @@
{
"name": "carpseeds.pl",
"host": "carpseeds.pl",
"protocol": "ftp",
"port": 21,
"username": "projectpro@seedss.webd.pro",
"password": "lXIKA+H~0Wx;",
"remotePath": "/public_html/carpseeds.pl",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}