first commit

This commit is contained in:
2025-05-22 22:27:31 +02:00
commit e67afd2957
55 changed files with 3522 additions and 0 deletions

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

@@ -0,0 +1,17 @@
{
"host": "inwestprofil.pl",
"username": "it@inwestprofil.it",
"password": "xkO9OBdG8DgQNUr97u",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}