first commit

This commit is contained in:
2024-11-17 19:39:31 +01:00
commit cb82696b82
7146 changed files with 892742 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"host": "serwer1574995.home.pl",
"username": "projectpro",
"password": "ProjectPro2025!",
"remotePath": "/autoinstalator/wordpress",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
],
"autoDownload": false
}